diff options
Diffstat (limited to 'lib/kofficeui/KoCommandHistory.h')
-rw-r--r-- | lib/kofficeui/KoCommandHistory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficeui/KoCommandHistory.h b/lib/kofficeui/KoCommandHistory.h index 89b83744..554b4b19 100644 --- a/lib/kofficeui/KoCommandHistory.h +++ b/lib/kofficeui/KoCommandHistory.h @@ -34,7 +34,7 @@ class KCommand; class KoListBox : public TQListBox { Q_OBJECT - TQ_OBJECT + public: KoListBox( TQWidget *parent = 0, const char *name = 0, WFlags f = 0 ); protected: @@ -58,7 +58,7 @@ signals: */ class KOFFICEUI_EXPORT KoCommandHistory : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** * Creates a command history, to store commands. |