diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 16:09:32 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 16:09:32 -0600 |
commit | 0fed1a188b8d8be416550c63e2d5954f06434386 (patch) | |
tree | 19f346183997f815423bd63cb9f2e86baa1f3b14 /kdevdesigner/designer/startdialogimpl.h | |
parent | 01b73b195ac252a67a00cfa0fa6a1ce4555f7304 (diff) | |
download | tdevelop-0fed1a188b8d8be416550c63e2d5954f06434386.tar.gz tdevelop-0fed1a188b8d8be416550c63e2d5954f06434386.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kdevdesigner/designer/startdialogimpl.h')
-rw-r--r-- | kdevdesigner/designer/startdialogimpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdevdesigner/designer/startdialogimpl.h b/kdevdesigner/designer/startdialogimpl.h index b1f67990..8fb574d0 100644 --- a/kdevdesigner/designer/startdialogimpl.h +++ b/kdevdesigner/designer/startdialogimpl.h @@ -40,7 +40,7 @@ class FileDialog : public TQFileDialog { Q_OBJECT - TQ_OBJECT + public: FileDialog( const TQString &dir, TQWidget *parent ); @@ -56,7 +56,7 @@ signals: class StartDialog : public StartDialogBase { Q_OBJECT - TQ_OBJECT + public: StartDialog( TQWidget *parent, const TQString &templatePath ); |