diff options
Diffstat (limited to 'ksysv/OldView.cpp')
-rw-r--r-- | ksysv/OldView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksysv/OldView.cpp b/ksysv/OldView.cpp index 3d42700..6e96046 100644 --- a/ksysv/OldView.cpp +++ b/ksysv/OldView.cpp @@ -387,7 +387,7 @@ void KSVContent::initScripts() { // const TQFileInfoList *scriptList = scriptDir.entryInfoList(); TQFileInfoListIterator it (*scriptDir.entryInfoList()); - KCompletion* comp = ksv::serviceCompletion(); + TDECompletion* comp = ksv::serviceCompletion(); comp->clear (); // clear the listview |