diff options
Diffstat (limited to 'src/app')
-rw-r--r-- | src/app/historyAction.h | 2 | ||||
-rw-r--r-- | src/app/mainWindow.h | 2 |
2 files changed, 2 insertions, 2 deletions
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(); |