summaryrefslogtreecommitdiffstats
path: root/src/item.h
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2019-02-16 13:34:44 +0100
committerSlávek Banko <[email protected]>2019-03-02 11:41:03 +0100
commitf9440f0f509ffa5046a0c48f97d1f847577e06df (patch)
treee35ced7099406afbedf65779fcb0c6856754b83d /src/item.h
parent3994ab2ba95d09f73ae5af223f8b2bcdc2f04cfd (diff)
downloadkooldock-f9440f0f509ffa5046a0c48f97d1f847577e06df.tar.gz
kooldock-f9440f0f509ffa5046a0c48f97d1f847577e06df.zip
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'src/item.h')
-rw-r--r--src/item.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/item.h b/src/item.h
index 5d94695..2682ade 100644
--- a/src/item.h
+++ b/src/item.h
@@ -21,13 +21,13 @@
#include <kiconloader.h>
#include <twin.h>
-#include <ntqstring.h>
-#include <ntqpixmap.h>
-#include <ntqptrlist.h>
+#include <tqstring.h>
+#include <tqpixmap.h>
+#include <tqptrlist.h>
#include <vector>
-#include <ntqevent.h>
-#include <ntqnamespace.h>
+#include <tqevent.h>
+#include <tqnamespace.h>
const int MAX_LEN = 256;
const int SIZE_INC = 1;