diff options
Diffstat (limited to 'src/commonwidget.cpp')
-rw-r--r-- | src/commonwidget.cpp | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/commonwidget.cpp b/src/commonwidget.cpp index 6170907..e27663f 100644 --- a/src/commonwidget.cpp +++ b/src/commonwidget.cpp @@ -20,17 +20,17 @@ * * ***************************************************************************/ -#include <ntqbuttongroup.h> -#include <ntqcheckbox.h> -#include <ntqcombobox.h> -#include <ntqlabel.h> -#include <ntqlayout.h> -#include <ntqlineedit.h> -#include <ntqlistbox.h> -#include <ntqpushbutton.h> -#include <ntqradiobutton.h> -#include <ntqstringlist.h> -#include <ntqvalidator.h> +#include <tqbuttongroup.h> +#include <tqcheckbox.h> +#include <tqcombobox.h> +#include <tqlabel.h> +#include <tqlayout.h> +#include <tqlineedit.h> +#include <tqlistbox.h> +#include <tqpushbutton.h> +#include <tqradiobutton.h> +#include <tqstringlist.h> +#include <tqvalidator.h> #include <tdeconfig.h> #include <kdebug.h> |