diff options
Diffstat (limited to 'src/profilesshoptions.cpp')
-rw-r--r-- | src/profilesshoptions.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/profilesshoptions.cpp b/src/profilesshoptions.cpp index c6d1546..b627f24 100644 --- a/src/profilesshoptions.cpp +++ b/src/profilesshoptions.cpp @@ -23,16 +23,16 @@ #include <kcombobox.h> #include <kmessagebox.h> #include <kurlrequester.h> -#include <qspinbox.h> -#include <qcheckbox.h> -#include <qradiobutton.h> -#include <qbuttongroup.h> +#include <tqspinbox.h> +#include <tqcheckbox.h> +#include <tqradiobutton.h> +#include <tqbuttongroup.h> -#include <qlabel.h> +#include <tqlabel.h> #include "widgetnotifyhelper.h" #include <iostream> -ProfileSshOptions::ProfileSshOptions(QWidget *parent) +ProfileSshOptions::ProfileSshOptions(TQWidget *parent) : ProfileSshOptionsBase(parent) { WidgetNotifyHelper h; |