diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:07:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:07:32 -0600 |
commit | e8f365173e37780bc769530f21a4c23818cd6379 (patch) | |
tree | 21148d06d650a0680c5ad9dfeb5a35bb4b3cca4a /kfax | |
parent | 39a64ad5e74cbffcaaca37dac6df6a833748a808 (diff) | |
download | tdegraphics-e8f365173e37780bc769530f21a4c23818cd6379.tar.gz tdegraphics-e8f365173e37780bc769530f21a4c23818cd6379.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kfax')
-rw-r--r-- | kfax/kfax.h | 2 | ||||
-rw-r--r-- | kfax/kfax_printsettings.h | 2 | ||||
-rw-r--r-- | kfax/options.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kfax/kfax.h b/kfax/kfax.h index 6372d860..0eae301f 100644 --- a/kfax/kfax.h +++ b/kfax/kfax.h @@ -54,7 +54,7 @@ public: class TopLevel : public KMainWindow { Q_OBJECT - TQ_OBJECT + public: diff --git a/kfax/kfax_printsettings.h b/kfax/kfax_printsettings.h index fa774151..c2f0e258 100644 --- a/kfax/kfax_printsettings.h +++ b/kfax/kfax_printsettings.h @@ -31,7 +31,7 @@ class TQCheckBox; class KFAXPrintSettings : public KPrintDialogPage { Q_OBJECT - TQ_OBJECT + public: KFAXPrintSettings(TQWidget *parent = 0, const char *name = 0); ~KFAXPrintSettings(); diff --git a/kfax/options.h b/kfax/options.h index 61bfa14c..8f0c8caf 100644 --- a/kfax/options.h +++ b/kfax/options.h @@ -58,7 +58,7 @@ class KIntNumInput; class OptionsDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: OptionsDialog( TQWidget *parent = 0, const char *name = 0); |