summaryrefslogtreecommitdiffstats
path: root/src/app
diff options
context:
space:
mode:
Diffstat (limited to 'src/app')
-rw-r--r--src/app/historyAction.h2
-rw-r--r--src/app/mainWindow.h2
2 files changed, 2 insertions, 2 deletions
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: