summaryrefslogtreecommitdiffstats
path: root/kdirstat/ktreemapview.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:07:24 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:07:24 -0600
commit3acdcb24dbf879f255e0904b59c06b9cb0b8ef25 (patch)
tree08e25256d7720bd36601047636c3407a57ea861f /kdirstat/ktreemapview.h
parent5cd0f61d88ee0aa08b9a5cbdb84456019d225617 (diff)
downloadkdirstat-3acdcb24dbf879f255e0904b59c06b9cb0b8ef25.tar.gz
kdirstat-3acdcb24dbf879f255e0904b59c06b9cb0b8ef25.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kdirstat/ktreemapview.h')
-rw-r--r--kdirstat/ktreemapview.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdirstat/ktreemapview.h b/kdirstat/ktreemapview.h
index 61e4de6..63d8b8b 100644
--- a/kdirstat/ktreemapview.h
+++ b/kdirstat/ktreemapview.h
@@ -32,7 +32,7 @@
class TQMouseEvent;
-class KConfig;
+class TDEConfig;
namespace KDirStat
{
@@ -168,7 +168,7 @@ namespace KDirStat
void deleteNotify( KFileInfo * node );
/**
- * Read some parameters from the global @ref KConfig object.
+ * Read some parameters from the global @ref TDEConfig object.
**/
void readConfig();
@@ -373,7 +373,7 @@ namespace KDirStat
/**
* Convenience method to read a color from 'config'.
**/
- TQColor readColorEntry( KConfig * config,
+ TQColor readColorEntry( TDEConfig * config,
const char * entryName,
TQColor defaultColor );