diff options
author | gregory guy <g-gregory@gmx.fr> | 2019-02-16 13:34:44 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-03-02 11:41:03 +0100 |
commit | f9440f0f509ffa5046a0c48f97d1f847577e06df (patch) | |
tree | e35ced7099406afbedf65779fcb0c6856754b83d /src/xosd.cpp | |
parent | 3994ab2ba95d09f73ae5af223f8b2bcdc2f04cfd (diff) | |
download | kooldock-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/xosd.cpp')
-rw-r--r-- | src/xosd.cpp | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/xosd.cpp b/src/xosd.cpp index c4a100f..fed3313 100644 --- a/src/xosd.cpp +++ b/src/xosd.cpp @@ -1,12 +1,12 @@ #include "xosd.h" -#include <ntqpainter.h> -#include <ntqbitmap.h> -#include <ntqstring.h> -#include <ntqfont.h> -#include <ntqfontmetrics.h> +#include <tqpainter.h> +#include <tqbitmap.h> +#include <tqstring.h> +#include <tqfont.h> +#include <tqfontmetrics.h> -#include <ntqwidget.h> +#include <tqwidget.h> #include <tdelocale.h> #include <netwm.h> #include <netwm_def.h> @@ -193,3 +193,4 @@ void xosd::move2(int x, int y) lastY = y; } } +#include "xosd.moc" |