diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-23 16:22:39 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-23 16:22:39 +0900 |
commit | 889fb9a0290ac43d39a46d89490a62d0b28caa50 (patch) | |
tree | 1deb7d5a278a10ae5513a0a0dc5806eef9b8f9a8 /src/configdialogimpl.cpp | |
parent | b89fb39eb964ec3d3ee65e18348ac3e78f3e64da (diff) | |
download | kommando-889fb9a0290ac43d39a46d89490a62d0b28caa50.tar.gz kommando-889fb9a0290ac43d39a46d89490a62d0b28caa50.zip |
Added cmake build files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/configdialogimpl.cpp')
-rw-r--r-- | src/configdialogimpl.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/configdialogimpl.cpp b/src/configdialogimpl.cpp index 9252f9b..f2aa77a 100644 --- a/src/configdialogimpl.cpp +++ b/src/configdialogimpl.cpp @@ -30,14 +30,14 @@ #include <tdeapplication.h> #include <dcopclient.h> -#include <ntqslider.h> -#include <ntqcombobox.h> -#include <ntqregexp.h> -#include <ntqspinbox.h> -#include <ntqlineedit.h> -#include <ntqmessagebox.h> -#include <ntqcheckbox.h> -#include <ntqwidgetstack.h> +#include <tqslider.h> +#include <tqcombobox.h> +#include <tqregexp.h> +#include <tqspinbox.h> +#include <tqlineedit.h> +#include <tqmessagebox.h> +#include <tqcheckbox.h> +#include <tqwidgetstack.h> #include "menulistviewitem.h" #include "servicemenu.h" |