diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:07:58 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:07:58 -0600 |
commit | d1a1ded7630ef9c2a69894f62c837f06bf77cc85 (patch) | |
tree | 887745a198486f55a8fe21cfd1a936b683ef421c /src/sources/labelsource.h | |
parent | 3f7edc4861d43739e97822be428197d23d81a979 (diff) | |
download | kima-d1a1ded7630ef9c2a69894f62c837f06bf77cc85.tar.gz kima-d1a1ded7630ef9c2a69894f62c837f06bf77cc85.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/sources/labelsource.h')
-rw-r--r-- | src/sources/labelsource.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sources/labelsource.h b/src/sources/labelsource.h index 1cc939e..8f711f2 100644 --- a/src/sources/labelsource.h +++ b/src/sources/labelsource.h @@ -70,12 +70,12 @@ protected slots: /** * Saves the prefs (implicit apply) */ - virtual void savePrefs(KConfig* inKConfig); + virtual void savePrefs(TDEConfig* inTDEConfig); /** * Loads the prefs */ - virtual void loadPrefs(KConfig* inKConfig); + virtual void loadPrefs(TDEConfig* inTDEConfig); /** * This method enables or disables various widgets of the preferences dialog depending on isEnabled and isShownOnApplet |