summaryrefslogtreecommitdiffstats
path: root/src/kooldock.cpp
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2019-02-16 13:34:44 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-03-02 11:41:03 +0100
commitf9440f0f509ffa5046a0c48f97d1f847577e06df (patch)
treee35ced7099406afbedf65779fcb0c6856754b83d /src/kooldock.cpp
parent3994ab2ba95d09f73ae5af223f8b2bcdc2f04cfd (diff)
downloadkooldock-f9440f0f509ffa5046a0c48f97d1f847577e06df.tar.gz
kooldock-f9440f0f509ffa5046a0c48f97d1f847577e06df.zip
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Diffstat (limited to 'src/kooldock.cpp')
-rw-r--r--src/kooldock.cpp38
1 files changed, 19 insertions, 19 deletions
diff --git a/src/kooldock.cpp b/src/kooldock.cpp
index 00a0ec3..d81143e 100644
--- a/src/kooldock.cpp
+++ b/src/kooldock.cpp
@@ -19,21 +19,21 @@
#include <math.h>
#include <algorithm>
-#include <ntqpixmap.h>
-#include <ntqimage.h>
-#include <ntqpainter.h>
-#include <ntqcursor.h>
-#include <ntqdir.h>
-#include <ntqstringlist.h>
-#include <ntqvaluelist.h>
-#include <ntqtooltip.h>
-#include <ntqrect.h>
-#include <ntqfile.h>
-#include <ntqtextstream.h>
-#include <ntqbrush.h>
-#include <ntqpoint.h>
-#include <ntqfont.h>
-#include <ntqdatetime.h>
+#include <tqpixmap.h>
+#include <tqimage.h>
+#include <tqpainter.h>
+#include <tqcursor.h>
+#include <tqdir.h>
+#include <tqstringlist.h>
+#include <tqvaluelist.h>
+#include <tqtooltip.h>
+#include <tqrect.h>
+#include <tqfile.h>
+#include <tqtextstream.h>
+#include <tqbrush.h>
+#include <tqpoint.h>
+#include <tqfont.h>
+#include <tqdatetime.h>
#include <twin.h>
#include <kprocess.h>
@@ -46,7 +46,7 @@
#include <kpixmapio.h>
#include <kstandarddirs.h>
#include <tdeaboutapplication.h>
-#include <ntqlistbox.h>
+#include <tqlistbox.h>
#include <keditlistbox.h>
// for "renicing" the bar
@@ -61,13 +61,12 @@
#include "setupdialogprg.h"
// macros
-
#define min(a, b) (a < b) ? (a) : (b)
#define max(a, b) (a > b) ? (a) : (b)
#include <dcopclient.h>
-#include <iostream>
-#include <ntqdatastream.h>
+//#include <iostream>
+#include <tqdatastream.h>
KoolDock::KoolDock(TQWidget* parent, const char* name) :
TQWidget(parent, name, WStyle_Customize | WStyle_NoBorder | WNoAutoErase | WDestructiveClose | WStyle_StaysOnTop)
@@ -3959,3 +3958,4 @@ void KoolDock::rmFromTaskList(WId id)
}
}
}
+#include "kooldock.moc"