diff options
Diffstat (limited to 'src/profilecertoptions.cpp')
-rw-r--r-- | src/profilecertoptions.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/profilecertoptions.cpp b/src/profilecertoptions.cpp index 3558144..f0db6de 100644 --- a/src/profilecertoptions.cpp +++ b/src/profilecertoptions.cpp @@ -19,17 +19,17 @@ ***************************************************************************/ #include "profilecertoptions.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> -ProfileCertOptions::ProfileCertOptions(QWidget *parent) +ProfileCertOptions::ProfileCertOptions(TQWidget *parent) : ProfileCertOptionsBase(parent) { WidgetNotifyHelper h; |