summaryrefslogtreecommitdiffstats
path: root/starter/menu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'starter/menu.cpp')
-rw-r--r--starter/menu.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/starter/menu.cpp b/starter/menu.cpp
index cae0206..a730b51 100644
--- a/starter/menu.cpp
+++ b/starter/menu.cpp
@@ -46,7 +46,7 @@
//#include "kdrawer.h"
#include "baghiralinkdrag.h"
#include "menu.h"
-#include "config.h"
+#include "configdialog.h"
#include "help.h"
#include "linkconfig.h"
#define OPAQUE 0xffffffff
@@ -2247,3 +2247,5 @@ bool StartMenu::eventFilter ( TQObject * o, TQEvent * e )
}
return false;
}
+
+#include "menu.moc"