summaryrefslogtreecommitdiffstats
path: root/src/profilesmartcardoptions.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-06 14:15:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-06 14:15:01 -0600
commit1b89319fd93b88313cab40f1e9de24c067b04efb (patch)
tree80132996de993c3dcab4040864d7729842875b2d /src/profilesmartcardoptions.cpp
parentd08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a (diff)
downloadkvpnc-1b89319fd93b88313cab40f1e9de24c067b04efb.tar.gz
kvpnc-1b89319fd93b88313cab40f1e9de24c067b04efb.zip
Initial TQt conversion
Diffstat (limited to 'src/profilesmartcardoptions.cpp')
-rw-r--r--src/profilesmartcardoptions.cpp8
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;