summaryrefslogtreecommitdiffstats
path: root/src/clip.cpp
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/clip.cpp
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/clip.cpp')
-rw-r--r--src/clip.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/clip.cpp b/src/clip.cpp
index d47b3e8..023cedc 100644
--- a/src/clip.cpp
+++ b/src/clip.cpp
@@ -1,8 +1,8 @@
#include "clip.h"
-#include <ntqwidget.h>
-#include <ntqbitmap.h>
-#include <ntqpainter.h>
+#include <tqwidget.h>
+#include <tqbitmap.h>
+#include <tqpainter.h>
#include <netwm.h>
#include <netwm_def.h>
#include <twin.h>
@@ -47,3 +47,4 @@ void clip::paintEvent(TQPaintEvent*)
mp.end();
setMask(bm);
}
+#include "clip.moc"