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 /kcron/ktapp.h | |
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 'kcron/ktapp.h')
-rw-r--r-- | kcron/ktapp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcron/ktapp.h b/kcron/ktapp.h index ff1cf6c..b4e1d38 100644 --- a/kcron/ktapp.h +++ b/kcron/ktapp.h @@ -251,7 +251,7 @@ private: /** * Configuration object of the application. */ - KConfig* config; + TDEConfig* config; /** * Main GUI view/working area. |