diff options
author | gregory guy <[email protected]> | 2020-05-22 12:24:08 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-26 01:20:53 +0200 |
commit | 062009ca00bc0dd3b65f20392d28fddbb685795d (patch) | |
tree | 67613d03469244f2f203e27b37aa93dd7deefa97 /src/newprojectdlg.cpp | |
parent | 368ee23e036f50097ed148eaedfbead308a7ff26 (diff) | |
download | kscope-062009ca00bc0dd3b65f20392d28fddbb685795d.tar.gz kscope-062009ca00bc0dd3b65f20392d28fddbb685795d.zip |
Cleanup headers.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'src/newprojectdlg.cpp')
-rw-r--r-- | src/newprojectdlg.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/newprojectdlg.cpp b/src/newprojectdlg.cpp index 961cd3d..da9cb38 100644 --- a/src/newprojectdlg.cpp +++ b/src/newprojectdlg.cpp @@ -25,11 +25,11 @@ * ***************************************************************************/ -#include <ntqregexp.h> -#include <ntqpushbutton.h> -#include <ntqspinbox.h> -#include <ntqlabel.h> -#include <ntqtextedit.h> +#include <tqregexp.h> +#include <tqpushbutton.h> +#include <tqspinbox.h> +#include <tqlabel.h> +#include <tqtextedit.h> #include <kurlrequester.h> #include <klineedit.h> #include <tdemessagebox.h> |