diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:28:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:28:32 -0600 |
commit | 555ea1c7f342582df2985a7c02e880174877526e (patch) | |
tree | eeab8a68eb4f5b0689daada659450ffadc7f428b /ksysv | |
parent | 5f444a9ea966b68991cef44d2711378ef9ff406d (diff) | |
download | tdeadmin-555ea1c7f342582df2985a7c02e880174877526e.tar.gz tdeadmin-555ea1c7f342582df2985a7c02e880174877526e.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'ksysv')
-rw-r--r-- | ksysv/ksv_conf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksysv/ksv_conf.h b/ksysv/ksv_conf.h index a676270..6752cc6 100644 --- a/ksysv/ksv_conf.h +++ b/ksysv/ksv_conf.h @@ -23,7 +23,7 @@ #include "ksv_core.h" -class KConfig; +class TDEConfig; class KSVConfig { @@ -125,7 +125,7 @@ private: TQString mRunlevelPath; bool mShowLog; bool mConfigured; - KConfig* mConfig; + TDEConfig* mConfig; int mPanningFactor; TQColor mNewNormalColor, mNewSelectedColor; |