diff options
Diffstat (limited to 'src/app/historyAction.h')
-rw-r--r-- | src/app/historyAction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/historyAction.h b/src/app/historyAction.h index dbbf19e..0e5ad28 100644 --- a/src/app/historyAction.h +++ b/src/app/historyAction.h @@ -43,7 +43,7 @@ Q_OBJECT TQ_OBJECT public: - HistoryCollection( KActionCollection *ac, TQObject *tqparent, const char *name ); + HistoryCollection( KActionCollection *ac, TQObject *parent, const char *name ); void save( KConfig *config ); void restore( KConfig *config ); |