summaryrefslogtreecommitdiffstats
path: root/tdespell2/ui
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:36:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 19:44:38 +0900
commit8eb500c4e81229a9853e2f9bac4f39450083f3d7 (patch)
tree3c700b8550635d12c771ff0a1cb310a40a88e4b7 /tdespell2/ui
parenta91e58bb975c56acdab25227a8b1c1c842dbdd34 (diff)
downloadtdelibs-8eb500c4e81229a9853e2f9bac4f39450083f3d7.tar.gz
tdelibs-8eb500c4e81229a9853e2f9bac4f39450083f3d7.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdespell2/ui')
-rw-r--r--tdespell2/ui/configdialog.h2
-rw-r--r--tdespell2/ui/configwidget.h2
-rw-r--r--tdespell2/ui/dialog.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/tdespell2/ui/configdialog.h b/tdespell2/ui/configdialog.h
index 43a785490..4147c2f84 100644
--- a/tdespell2/ui/configdialog.h
+++ b/tdespell2/ui/configdialog.h
@@ -28,7 +28,7 @@ namespace KSpell2
class Broker;
class ConfigDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
ConfigDialog( Broker *broker,
TQWidget *parent );
diff --git a/tdespell2/ui/configwidget.h b/tdespell2/ui/configwidget.h
index 2f65ed20e..071e83272 100644
--- a/tdespell2/ui/configwidget.h
+++ b/tdespell2/ui/configwidget.h
@@ -29,7 +29,7 @@ namespace KSpell2
class Broker;
class KDE_EXPORT ConfigWidget : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
ConfigWidget( Broker *broker, TQWidget *parent, const char *name =0 );
~ConfigWidget();
diff --git a/tdespell2/ui/dialog.h b/tdespell2/ui/dialog.h
index d07ddacce..a531408bf 100644
--- a/tdespell2/ui/dialog.h
+++ b/tdespell2/ui/dialog.h
@@ -29,7 +29,7 @@ namespace KSpell2
class BackgroundChecker;
class KDE_EXPORT Dialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
Dialog( BackgroundChecker *checker,
TQWidget *parent, const char *name=0 );