diff options
Diffstat (limited to 'kget/dlgSystem.cpp')
-rw-r--r-- | kget/dlgSystem.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kget/dlgSystem.cpp b/kget/dlgSystem.cpp index d908724a..af33f966 100644 --- a/kget/dlgSystem.cpp +++ b/kget/dlgSystem.cpp @@ -25,8 +25,8 @@ ***************************************************************************/ -#include <qcheckbox.h> -#include <qradiobutton.h> +#include <tqcheckbox.h> +#include <tqradiobutton.h> #ifdef index #undef index @@ -38,11 +38,11 @@ #include "kmainwidget.h" #include "dlgSystem.h" -#include <qbuttongroup.h> -#include <qlabel.h> +#include <tqbuttongroup.h> +#include <tqlabel.h> -DlgSystem::DlgSystem(QWidget * parent) +DlgSystem::DlgSystem(TQWidget * parent) : DlgSystemBase(parent) { bg_window->hide(); |