From 8eb63c9c2cae9638e72c2e043fe15366ece121bc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 14:30:53 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/app/historyAction.h | 2 +- src/app/mainWindow.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/app') diff --git a/src/app/historyAction.h b/src/app/historyAction.h index cd9b60a..aa056a6 100644 --- a/src/app/historyAction.h +++ b/src/app/historyAction.h @@ -39,7 +39,7 @@ private: class HistoryCollection : public TQObject { -Q_OBJECT +TQ_OBJECT public: diff --git a/src/app/mainWindow.h b/src/app/mainWindow.h index 6d41f8e..a705b54 100644 --- a/src/app/mainWindow.h +++ b/src/app/mainWindow.h @@ -35,7 +35,7 @@ class Part; class MainWindow : public KParts::MainWindow { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.3