diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:01:26 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:01:26 -0600 |
commit | 79076c3b82308633293ab7f705665c1ce202d589 (patch) | |
tree | d3eb09eafa369584d1cff4e5e7bb2ccdf122da5c /src/importprofiledialog.h | |
parent | 416eed49560097c57078831ced9ed053df0d78a1 (diff) | |
download | kvpnc-79076c3b82308633293ab7f705665c1ce202d589.tar.gz kvpnc-79076c3b82308633293ab7f705665c1ce202d589.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/importprofiledialog.h')
-rw-r--r-- | src/importprofiledialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/importprofiledialog.h b/src/importprofiledialog.h index 4fe4476..667ca15 100644 --- a/src/importprofiledialog.h +++ b/src/importprofiledialog.h @@ -31,7 +31,7 @@ class ImportProfileDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ImportProfileDialog( KVpncConfig *config, TQWidget *parent, const TQString& caption, TQString file); ~ImportProfileDialog(); |