summaryrefslogtreecommitdiffstats
path: root/pokemodr/PokeModrUI.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-05-19 01:48:12 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-05-19 01:48:12 +0000
commit729fcb901439b4f9b20bdd928cdaff54ea4f6fc6 (patch)
tree4b9f805f8e3f4169e780c6242ed799b4e858a2eb /pokemodr/PokeModrUI.cpp
parentc7ddef3aa27bd9c81c68d6b94173dca6d6e6cc05 (diff)
downloadsigen-729fcb901439b4f9b20bdd928cdaff54ea4f6fc6.tar.gz
sigen-729fcb901439b4f9b20bdd928cdaff54ea4f6fc6.tar.xz
sigen-729fcb901439b4f9b20bdd928cdaff54ea4f6fc6.zip
[ADD] ItemEffect widget near completion (value2 setting on the widget needed)
[FIX] Cleaned out unneeded customwidget fields in .ui files git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@151 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemodr/PokeModrUI.cpp')
-rw-r--r--pokemodr/PokeModrUI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemodr/PokeModrUI.cpp b/pokemodr/PokeModrUI.cpp
index 509d67b2..f1496da1 100644
--- a/pokemodr/PokeModrUI.cpp
+++ b/pokemodr/PokeModrUI.cpp
@@ -53,7 +53,7 @@ PokeModrUI::PokeModrUI(KConfigGroup config, KConfigGroup history, QWidget* paren
setupUi(this);
QMetaObject::connectSlotsByName(this);
m_recent->loadEntries(history);
- // TODO: Somehow get KAction/KMenus into the ui files
+ // FIXME: Somehow get KAction/KMenus into the ui files
KMenuBar* menubar = new KMenuBar(this);
KMenu* menuFile = new KMenu("&File", menubar);
menuFile->addAction(KStandardAction::openNew(this, SLOT(newPokemod()), menuFile));