summaryrefslogtreecommitdiffstats
path: root/src/sources/source.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-25 00:07:58 -0600
committerTimothy Pearson <[email protected]>2013-01-25 00:07:58 -0600
commitd1a1ded7630ef9c2a69894f62c837f06bf77cc85 (patch)
tree887745a198486f55a8fe21cfd1a936b683ef421c /src/sources/source.h
parent3f7edc4861d43739e97822be428197d23d81a979 (diff)
downloadkima-d1a1ded7630ef9c2a69894f62c837f06bf77cc85.tar.gz
kima-d1a1ded7630ef9c2a69894f62c837f06bf77cc85.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/sources/source.h')
-rw-r--r--src/sources/source.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sources/source.h b/src/sources/source.h
index e869544..b299fe8 100644
--- a/src/sources/source.h
+++ b/src/sources/source.h
@@ -55,7 +55,7 @@ public:
/**
* Sets the position of this source in the layout
*/
- void setPosition(int inPosition, KConfig* inKConfig);
+ void setPosition(int inPosition, TDEConfig* inTDEConfig);
/**
* Returns the Name of this source
@@ -134,12 +134,12 @@ public slots:
/**
* Saves the preferences (implicit apply)
*/
- virtual void savePrefs(KConfig* inKConfig);
+ virtual void savePrefs(TDEConfig* inTDEConfig);
/**
* Loads the preferences
*/
- virtual void loadPrefs(KConfig* inKConfig);
+ virtual void loadPrefs(TDEConfig* inTDEConfig);
signals:
/**