From 729fcb901439b4f9b20bdd928cdaff54ea4f6fc6 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 19 May 2008 01:48:12 +0000 Subject: [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 --- pokemodr/PokeModrUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pokemodr/PokeModrUI.cpp') 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)); -- cgit