summaryrefslogtreecommitdiffstats
path: root/kmrml/kmrml/kcontrol/indexer.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:45:52 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:45:52 -0600
commit6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef (patch)
tree44659d1cc0c37eb995e572bc1b979e75a74210fb /kmrml/kmrml/kcontrol/indexer.h
parente2385b701b464dc2259fcd5f3819c98f2c8c4438 (diff)
downloadtdegraphics-6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef.tar.gz
tdegraphics-6adb71382c3d5277c3dcbc4ec24c5ff36b4c07ef.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kmrml/kmrml/kcontrol/indexer.h')
-rw-r--r--kmrml/kmrml/kcontrol/indexer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmrml/kmrml/kcontrol/indexer.h b/kmrml/kmrml/kcontrol/indexer.h
index 1f0f6dbe..72755081 100644
--- a/kmrml/kmrml/kcontrol/indexer.h
+++ b/kmrml/kmrml/kcontrol/indexer.h
@@ -23,7 +23,7 @@
#include <kmrml_config.h>
-class KProcess;
+class TDEProcess;
class KProcIO;
namespace KMrmlConfig
@@ -48,7 +48,7 @@ namespace KMrmlConfig
private slots:
void slotCanRead( KProcIO * );
- void processFinished( KProcess * );
+ void processFinished( TDEProcess * );
private:
void processNext();