summaryrefslogtreecommitdiffstats
path: root/src/app/playDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/playDialog.cpp')
-rw-r--r--src/app/playDialog.cpp14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/app/playDialog.cpp b/src/app/playDialog.cpp
index b6cacaa..ab650b9 100644
--- a/src/app/playDialog.cpp
+++ b/src/app/playDialog.cpp
@@ -1,7 +1,7 @@
// (C) 2005 Max Howell (max.howell@methylblue.com)
// See COPYING file for licensing information
-#include "config.h"
+#include "codeineConfig.h"
#include "listView.cpp"
#include <tdeapplication.h>
#include <tdeconfig.h>
@@ -10,11 +10,11 @@
#include <kpushbutton.h>
#include <kstdguiitem.h>
#include "playDialog.h"
-#include "mxcl.library.h"
-#include <ntqfile.h>
-#include <ntqlabel.h>
-#include <ntqlayout.h>
-#include <ntqsignalmapper.h>
+#include "../mxcl.library.h"
+#include <tqfile.h>
+#include <tqlabel.h>
+#include <tqlayout.h>
+#include <tqsignalmapper.h>
TQString i18n( const char *text );
@@ -112,3 +112,5 @@ PlayDialog::done( TQListViewItem *item )
}
}
+
+#include "playDialog.moc"