summaryrefslogtreecommitdiffstats
path: root/kfax
diff options
context:
space:
mode:
Diffstat (limited to 'kfax')
-rw-r--r--kfax/kfax.h2
-rw-r--r--kfax/kfax_printsettings.h2
-rw-r--r--kfax/options.h2
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);