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 02af7c80..96a09d54 100644 --- a/lib/kofficeui/KoCommandHistory.h +++ b/lib/kofficeui/KoCommandHistory.h @@ -33,7 +33,7 @@ class KCommand; #include <tqlistbox.h> class KoListBox : public TQListBox { - Q_OBJECT + TQ_OBJECT public: KoListBox( TQWidget *parent = 0, const char *name = 0, WFlags f = 0 ); @@ -57,7 +57,7 @@ signals: * @short History of user commands (for undo/redo) */ class KOFFICEUI_EXPORT KoCommandHistory : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** |