diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 16:00:46 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 16:00:46 -0600 |
commit | 3017081b30370a0581cac5804516bf1d8a5c8533 (patch) | |
tree | 572e2ad691fe12cf5beb4871c15c38273b3f267c /conduits/abbrowserconduit/resolutionDialog.h | |
parent | 6e9775939366fc8cfdf3a26bfc08280a00026ec5 (diff) | |
download | kpilot-3017081b30370a0581cac5804516bf1d8a5c8533.tar.gz kpilot-3017081b30370a0581cac5804516bf1d8a5c8533.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'conduits/abbrowserconduit/resolutionDialog.h')
-rw-r--r-- | conduits/abbrowserconduit/resolutionDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/abbrowserconduit/resolutionDialog.h b/conduits/abbrowserconduit/resolutionDialog.h index 9f0edeb..848cfdf 100644 --- a/conduits/abbrowserconduit/resolutionDialog.h +++ b/conduits/abbrowserconduit/resolutionDialog.h @@ -40,7 +40,7 @@ class ResolutionTable; class ResolutionDlg : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: ResolutionDlg( TQWidget* parent=0, |