From 79076c3b82308633293ab7f705665c1ce202d589 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:01:26 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/newprofiledialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newprofiledialog.h') 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(); -- cgit v1.2.1