From 860a15eba11559dd34e033b77359b3bc34ef2ce4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 15:58:59 -0600 Subject: Remove spurious TQ_OBJECT instances --- 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 0e5ad28..9ed65ab 100644 --- a/src/app/historyAction.h +++ b/src/app/historyAction.h @@ -40,7 +40,7 @@ private: class HistoryCollection : public TQObject { Q_OBJECT - TQ_OBJECT + public: HistoryCollection( KActionCollection *ac, TQObject *parent, const char *name ); diff --git a/src/app/mainWindow.h b/src/app/mainWindow.h index bef82d1..777a692 100644 --- a/src/app/mainWindow.h +++ b/src/app/mainWindow.h @@ -36,7 +36,7 @@ class Part; class MainWindow : public KParts::MainWindow { Q_OBJECT - TQ_OBJECT + public: MainWindow(); -- cgit v1.2.1