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/setupdialogprg.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/setupdialogprg.cpp')
-rw-r--r-- | src/setupdialogprg.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/setupdialogprg.cpp b/src/setupdialogprg.cpp index ae304cb..6e760a7 100644 --- a/src/setupdialogprg.cpp +++ b/src/setupdialogprg.cpp @@ -19,13 +19,13 @@ #include <kpushbutton.h> #include <keditlistbox.h> #include <klineedit.h> -#include <ntqlistbox.h> +#include <tqlistbox.h> #include <krun.h> -#include <ntqiconview.h> -#include <ntqdir.h> -#include <ntqstringlist.h> -#include <ntqtabwidget.h> +#include <tqiconview.h> +#include <tqdir.h> +#include <tqstringlist.h> +#include <tqtabwidget.h> #include "setupdialog.h" #include "setupdialogprg.h" |