summaryrefslogtreecommitdiffstats
path: root/ksysv/ksv_core.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:53:51 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:53:51 -0600
commit6131ac753137296a94d20f6b05f0728125bd1d37 (patch)
tree93a7d2078e8c6e1ff011e8567b8c23d4dd813f01 /ksysv/ksv_core.h
parente428ea920f2307e4086b57a63089472c2d92579c (diff)
downloadtdeadmin-6131ac753137296a94d20f6b05f0728125bd1d37.tar.gz
tdeadmin-6131ac753137296a94d20f6b05f0728125bd1d37.zip
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'ksysv/ksv_core.h')
-rw-r--r--ksysv/ksv_core.h6
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;