summaryrefslogtreecommitdiffstats
path: root/src/profilegeneraloptions.h
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/profilegeneraloptions.h
parentd08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a (diff)
downloadkvpnc-1b89319fd93b88313cab40f1e9de24c067b04efb.tar.gz
kvpnc-1b89319fd93b88313cab40f1e9de24c067b04efb.zip
Initial TQt conversion
Diffstat (limited to 'src/profilegeneraloptions.h')
-rw-r--r--src/profilegeneraloptions.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/profilegeneraloptions.h b/src/profilegeneraloptions.h
index d830998..7589aed 100644
--- a/src/profilegeneraloptions.h
+++ b/src/profilegeneraloptions.h
@@ -21,7 +21,7 @@
#define PROFILEGENERALOPTIONS_H
#include "profilegeneraloptionsbase.h"
-#include <qwidget.h>
+#include <tqwidget.h>
#include "kvpncconfig.h"
/**
@@ -30,8 +30,9 @@
class ProfileGeneralOptions : public ProfileGeneralOptionsBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- ProfileGeneralOptions(QWidget *parent, KVpncConfig *GlobalConfig);
+ ProfileGeneralOptions(TQWidget *parent, KVpncConfig *GlobalConfig);
~ProfileGeneralOptions();
bool dialogModified;