diff options
Diffstat (limited to 'src/profilesmartcardoptions.cpp')
-rw-r--r-- | src/profilesmartcardoptions.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/profilesmartcardoptions.cpp b/src/profilesmartcardoptions.cpp index 1e220ea..3714145 100644 --- a/src/profilesmartcardoptions.cpp +++ b/src/profilesmartcardoptions.cpp @@ -19,17 +19,17 @@ ***************************************************************************/ #include "profilesmartcardoptions.h" -#include <qcheckbox.h> -#include <qspinbox.h> +#include <tqcheckbox.h> +#include <tqspinbox.h> #include <klineedit.h> #include <kurlrequester.h> -#include <qlabel.h> +#include <tqlabel.h> #include <klocale.h> #include <kcombobox.h> #include "widgetnotifyhelper.h" #include <iostream> -ProfileSmartcardOptions::ProfileSmartcardOptions(QWidget *parent) +ProfileSmartcardOptions::ProfileSmartcardOptions(TQWidget *parent) : ProfileSmartcardOptionsBase(parent) { WidgetNotifyHelper h; |