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/setupdialogprg.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/setupdialogprg.h')
-rw-r--r-- | src/setupdialogprg.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/setupdialogprg.h b/src/setupdialogprg.h index 4d5b308..51c3b20 100644 --- a/src/setupdialogprg.h +++ b/src/setupdialogprg.h @@ -16,16 +16,16 @@ #include "apppropprg.h" // QT includes -#include <ntqcolor.h> -#include <ntqstring.h> -#include <ntqcheckbox.h> -#include <ntqlineedit.h> -#include <ntqspinbox.h> -#include <ntqfont.h> -#include <ntqptrlist.h> -#include <ntqtabwidget.h> -#include <ntqpushbutton.h> -#include <ntqradiobutton.h> +#include <tqcolor.h> +#include <tqstring.h> +#include <tqcheckbox.h> +#include <tqlineedit.h> +#include <tqspinbox.h> +#include <tqfont.h> +#include <tqptrlist.h> +#include <tqtabwidget.h> +#include <tqpushbutton.h> +#include <tqradiobutton.h> // KDE includes #include <tdefontcombo.h> |