summaryrefslogtreecommitdiffstats
path: root/src/newprofiledialog.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-17 16:01:26 -0600
committerTimothy Pearson <[email protected]>2012-02-17 16:01:26 -0600
commit79076c3b82308633293ab7f705665c1ce202d589 (patch)
treed3eb09eafa369584d1cff4e5e7bb2ccdf122da5c /src/newprofiledialog.h
parent416eed49560097c57078831ced9ed053df0d78a1 (diff)
downloadkvpnc-79076c3b82308633293ab7f705665c1ce202d589.tar.gz
kvpnc-79076c3b82308633293ab7f705665c1ce202d589.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/newprofiledialog.h')
-rw-r--r--src/newprofiledialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newprofiledialog.h b/src/newprofiledialog.h
index 03cd0bf..f17af95 100644
--- a/src/newprofiledialog.h
+++ b/src/newprofiledialog.h
@@ -34,7 +34,7 @@
class NewProfileDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
NewProfileDialog( TQApplication *app, TQWidget *parent, const TQString& caption, KVpncConfig *GlobalConfig);
~NewProfileDialog();