diff options
Diffstat (limited to 'ksysv/ksv_core.h')
-rw-r--r-- | ksysv/ksv_core.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ksysv/ksv_core.h b/ksysv/ksv_core.h index 8472fcc..9ffb02f 100644 --- a/ksysv/ksv_core.h +++ b/ksysv/ksv_core.h @@ -18,7 +18,7 @@ class TQPushButton; class TQStyleSheet; class TDEAboutData; -class KCompletion; +class TDECompletion; class KSVItem; namespace ksv @@ -40,8 +40,8 @@ namespace ksv const TQString& logFileExtension (); const TQString& nativeFileExtension (); - KCompletion* serviceCompletion (); - KCompletion* numberCompletion (); + TDECompletion* serviceCompletion (); + TDECompletion* numberCompletion (); extern const int runlevelNumber; extern TDEAboutData* about; |