diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 15:58:59 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 15:58:59 -0600 |
commit | 860a15eba11559dd34e033b77359b3bc34ef2ce4 (patch) | |
tree | 0c87fe506f982febb1a9b1f127390c96a9de3df7 /src/app | |
parent | 56b08ff603f321bd227457a4b0fb85a739c52a5f (diff) | |
download | filelight-860a15eba11559dd34e033b77359b3bc34ef2ce4.tar.gz filelight-860a15eba11559dd34e033b77359b3bc34ef2ce4.zip |
Remove spurious TQ_OBJECT instances
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(); |