diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 17:53:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 17:53:51 -0600 |
commit | 6131ac753137296a94d20f6b05f0728125bd1d37 (patch) | |
tree | 93a7d2078e8c6e1ff011e8567b8c23d4dd813f01 /ksysv/ksv_core.cpp | |
parent | e428ea920f2307e4086b57a63089472c2d92579c (diff) | |
download | tdeadmin-6131ac753137296a94d20f6b05f0728125bd1d37.tar.gz tdeadmin-6131ac753137296a94d20f6b05f0728125bd1d37.zip |
Rename KComp to avoid conflicts with KDE4
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) |