diff options
author | Timothy Pearson <[email protected]> | 2013-02-07 17:53:51 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-07 17:53:51 -0600 |
commit | 6131ac753137296a94d20f6b05f0728125bd1d37 (patch) | |
tree | 93a7d2078e8c6e1ff011e8567b8c23d4dd813f01 /ksysv/SpinBox.cpp | |
parent | e428ea920f2307e4086b57a63089472c2d92579c (diff) | |
download | tdeadmin-6131ac753137296a94d20f6b05f0728125bd1d37.tar.gz tdeadmin-6131ac753137296a94d20f6b05f0728125bd1d37.zip |
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'ksysv/SpinBox.cpp')
-rw-r--r-- | ksysv/SpinBox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksysv/SpinBox.cpp b/ksysv/SpinBox.cpp index 72ca85e..cb56bbe 100644 --- a/ksysv/SpinBox.cpp +++ b/ksysv/SpinBox.cpp @@ -9,10 +9,10 @@ KSVSpinBox::KSVSpinBox (TQWidget* parent, const char* name) : TQSpinBox (0, 99, 1, parent, name), - KCompletionBase (), + TDECompletionBase (), mClearedSelection (false) { - KCompletion* comp = ksv::numberCompletion(); + TDECompletion* comp = ksv::numberCompletion(); setCompletionObject (comp, true); editor()->installEventFilter (this); |