diff options
Diffstat (limited to 'src/app/history.h')
-rw-r--r-- | src/app/history.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/history.h b/src/app/history.h index 8630cfe..1fcabcf 100644 --- a/src/app/history.h +++ b/src/app/history.h @@ -37,7 +37,7 @@ typedef TQValueList<KURL> HistoryList; namespace Gwenview { class History : public TQObject { Q_OBJECT - TQ_OBJECT + public: History(KActionCollection*); |