summaryrefslogtreecommitdiffstats
path: root/ksysv/SpinBox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksysv/SpinBox.cpp')
-rw-r--r--ksysv/SpinBox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksysv/SpinBox.cpp b/ksysv/SpinBox.cpp
index fae199b..72ca85e 100644
--- a/ksysv/SpinBox.cpp
+++ b/ksysv/SpinBox.cpp
@@ -7,8 +7,8 @@
#include "ksv_core.h"
#include "SpinBox.h"
-KSVSpinBox::KSVSpinBox (TQWidget* tqparent, const char* name)
- : TQSpinBox (0, 99, 1, tqparent, name),
+KSVSpinBox::KSVSpinBox (TQWidget* parent, const char* name)
+ : TQSpinBox (0, 99, 1, parent, name),
KCompletionBase (),
mClearedSelection (false)
{