diff options
Diffstat (limited to 'src/document/MultiViewCommandHistory.h')
-rw-r--r-- | src/document/MultiViewCommandHistory.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/document/MultiViewCommandHistory.h b/src/document/MultiViewCommandHistory.h index d122d08..469c2c9 100644 --- a/src/document/MultiViewCommandHistory.h +++ b/src/document/MultiViewCommandHistory.h @@ -28,10 +28,10 @@ #include <set> #include <stack> -#include <qobject.h> +#include <tqobject.h> -class QString; +class TQString; class KCommand; class KActionCollection; @@ -137,8 +137,8 @@ private: int m_savedAt; void updateButtons(); - void updateButton(bool undo, const QString &name, CommandStack &stack); - void updateMenu(bool undo, const QString &name, CommandStack &stack); + void updateButton(bool undo, const TQString &name, CommandStack &stack); + void updateMenu(bool undo, const TQString &name, CommandStack &stack); void clipCommands(); void clipStack(CommandStack &stack, int limit); |