diff options
Diffstat (limited to 'src/systemcfg.cpp')
-rw-r--r-- | src/systemcfg.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/systemcfg.cpp b/src/systemcfg.cpp index 97c2480..8eca841 100644 --- a/src/systemcfg.cpp +++ b/src/systemcfg.cpp @@ -15,13 +15,13 @@ * * ***************************************************************************/ -#include <ntqlistbox.h> -#include <ntqspinbox.h> -#include <ntqpushbutton.h> -#include <ntqgroupbox.h> -#include <ntqcheckbox.h> -#include <ntqlayout.h> -#include <ntqtabwidget.h> +#include <tqlistbox.h> +#include <tqspinbox.h> +#include <tqpushbutton.h> +#include <tqgroupbox.h> +#include <tqcheckbox.h> +#include <tqlayout.h> +#include <tqtabwidget.h> #include <tdelocale.h> #include "systemcfg.h" |