diff options
Diffstat (limited to 'lib/kofficeui/KoCommandHistory.h')
-rw-r--r-- | lib/kofficeui/KoCommandHistory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficeui/KoCommandHistory.h b/lib/kofficeui/KoCommandHistory.h index 34fd1b50..8522da3b 100644 --- a/lib/kofficeui/KoCommandHistory.h +++ b/lib/kofficeui/KoCommandHistory.h @@ -36,7 +36,7 @@ class KoListBox : public TQListBox { Q_OBJECT TQ_OBJECT public: - KoListBox( TQWidget *tqparent = 0, const char *name = 0, WFlags f = 0 ); + KoListBox( TQWidget *parent = 0, const char *name = 0, WFlags f = 0 ); protected: virtual void contentsMouseMoveEvent ( TQMouseEvent * ); virtual TQSize tqsizeHint() const; |