summaryrefslogtreecommitdiffstats
path: root/pokemodr/PokeModrUI.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-01-25 02:53:23 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-01-25 02:53:23 +0000
commit8641b372df45df8ca10c96b83205af5eb12d94a1 (patch)
treec9b9d7dac34bae047f0556b64dfdc0fcdba08c80 /pokemodr/PokeModrUI.cpp
parent081bd53cf22ca40a6e436bc46eb62ad469909d6f (diff)
downloadsigen-8641b372df45df8ca10c96b83205af5eb12d94a1.tar.gz
sigen-8641b372df45df8ca10c96b83205af5eb12d94a1.tar.xz
sigen-8641b372df45df8ca10c96b83205af5eb12d94a1.zip
[FIX] pokemodr.ui now uses QScrollArea rather than QAbstractScrollArea
[FIX] Compare in Rules.cpp [FIX] PokeModrUI now saves the KConfgiGroup so preferences can be saved back git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@46 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemodr/PokeModrUI.cpp')
-rw-r--r--pokemodr/PokeModrUI.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/pokemodr/PokeModrUI.cpp b/pokemodr/PokeModrUI.cpp
index 3115d2d3..1b5400c2 100644
--- a/pokemodr/PokeModrUI.cpp
+++ b/pokemodr/PokeModrUI.cpp
@@ -35,6 +35,7 @@
PokeModrUI::PokeModrUI(KConfigGroup cfg, KConfigGroup history, QWidget* parent) :
QMainWindow(parent),
+ config(cfg),
recent("&Recent Files...", NULL)
{
setupUi(this);