diff options
author | gregory guy <[email protected]> | 2019-02-16 13:34:44 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-03-02 11:41:03 +0100 |
commit | f9440f0f509ffa5046a0c48f97d1f847577e06df (patch) | |
tree | e35ced7099406afbedf65779fcb0c6856754b83d /src/kooldock.h | |
parent | 3994ab2ba95d09f73ae5af223f8b2bcdc2f04cfd (diff) | |
download | kooldock-f9440f0f509ffa5046a0c48f97d1f847577e06df.tar.gz kooldock-f9440f0f509ffa5046a0c48f97d1f847577e06df.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'src/kooldock.h')
-rw-r--r-- | src/kooldock.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kooldock.h b/src/kooldock.h index 34731ff..9e87d6b 100644 --- a/src/kooldock.h +++ b/src/kooldock.h @@ -28,14 +28,14 @@ #include <kpixmap.h> #include <kurifilter.h> -#include <ntqwidget.h> -#include <ntqptrlist.h> -#include <ntqtimer.h> -#include <ntqcolor.h> +#include <tqwidget.h> +#include <tqptrlist.h> +#include <tqtimer.h> +#include <tqcolor.h> #include <netwm.h> -#include <ntqdatetime.h> +#include <tqdatetime.h> #include "item.h" #include "xosd.h" |