summaryrefslogtreecommitdiffstats
path: root/lib/kofficeui/KoCommandHistory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficeui/KoCommandHistory.cpp')
-rw-r--r--lib/kofficeui/KoCommandHistory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficeui/KoCommandHistory.cpp b/lib/kofficeui/KoCommandHistory.cpp
index cfde28025..27c51e792 100644
--- a/lib/kofficeui/KoCommandHistory.cpp
+++ b/lib/kofficeui/KoCommandHistory.cpp
@@ -33,8 +33,8 @@
#include "KoCommandHistory.h"
-KoListBox::KoListBox( TQWidget *tqparent , const char *name , WFlags f)
- : TQListBox( tqparent, name, f)
+KoListBox::KoListBox( TQWidget *parent , const char *name , WFlags f)
+ : TQListBox( parent, name, f)
{
setVScrollBarMode( AlwaysOn );
}