diff options
Diffstat (limited to 'src/progpreferences.cpp')
-rw-r--r-- | src/progpreferences.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/progpreferences.cpp b/src/progpreferences.cpp index 1abefe5..82f7962 100644 --- a/src/progpreferences.cpp +++ b/src/progpreferences.cpp @@ -11,15 +11,15 @@ #include "progpreferences.h" -#include <ntqvariant.h> -#include <ntqpushbutton.h> -#include <ntqlabel.h> -#include <ntqlineedit.h> +#include <tqvariant.h> +#include <tqpushbutton.h> +#include <tqlabel.h> +#include <tqlineedit.h> #include <knuminput.h> -#include <ntqcheckbox.h> -#include <ntqlayout.h> -#include <ntqtooltip.h> -#include <ntqwhatsthis.h> +#include <tqcheckbox.h> +#include <tqlayout.h> +#include <tqtooltip.h> +#include <tqwhatsthis.h> /* * Constructs a ProgPreferences as a child of 'parent', with the |