diff options
Diffstat (limited to 'ksysv/ksv_core.cpp')
-rw-r--r-- | ksysv/ksv_core.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ksysv/ksv_core.cpp b/ksysv/ksv_core.cpp index e980f69..48eb9fd 100644 --- a/ksysv/ksv_core.cpp +++ b/ksysv/ksv_core.cpp @@ -121,16 +121,16 @@ TQStyleSheet* ksv::styleSheet () return &style; } -KCompletion* ksv::serviceCompletion () +TDECompletion* ksv::serviceCompletion () { - static KCompletion comp; + static TDECompletion comp; return ∁ } -KCompletion* ksv::numberCompletion () +TDECompletion* ksv::numberCompletion () { - static KCompletion comp; + static TDECompletion comp; static bool initialized = false; if (!initialized) |