diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:01:33 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:01:33 -0600 |
| commit | fbbad1fdbec7cab719c3e9bdb6d8693cf8b3e61d (patch) | |
| tree | 44afa11fb537fa93881a338ae3b58f50e0e57371 /src/common/gui/dialog.h | |
| parent | 8ac8ddd6c1dcbda5e0240f5b2ad51800130f7360 (diff) | |
| download | piklab-fbbad1fdbec7cab719c3e9bdb6d8693cf8b3e61d.tar.gz piklab-fbbad1fdbec7cab719c3e9bdb6d8693cf8b3e61d.zip | |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/common/gui/dialog.h')
| -rw-r--r-- | src/common/gui/dialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/gui/dialog.h b/src/common/gui/dialog.h index f506411..24093d2 100644 --- a/src/common/gui/dialog.h +++ b/src/common/gui/dialog.h @@ -17,7 +17,7 @@ class Dialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: Dialog(TQWidget *parent, const char *name, bool modal, const TQString &caption, int buttonMask, ButtonCode defaultButton, bool separator, @@ -38,7 +38,7 @@ private: class TreeListDialog : public Dialog { Q_OBJECT - TQ_OBJECT + public: TreeListDialog(TQWidget *parent, const char *name, bool modal, const TQString &caption, int buttonMask, ButtonCode defaultButton, bool separator); @@ -71,7 +71,7 @@ protected: class TextEditorDialog : public Dialog { Q_OBJECT - TQ_OBJECT + public: TextEditorDialog(const TQString &text, const TQString &caption, bool wrapAtWidgetWidth, TQWidget *parent); |
