summaryrefslogtreecommitdiffstats
path: root/src/part/Config.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:06:03 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:06:03 -0600
commit3b974934d9123068efc34d59b335263b91590a06 (patch)
treea81997aeae8b109f8280ce271e09b46fc9d5ea55 /src/part/Config.h
parent40a94e488f56f1e783636b6414da7a3c4cadc86e (diff)
downloadfilelight-3b974934d9123068efc34d59b335263b91590a06.tar.gz
filelight-3b974934d9123068efc34d59b335263b91590a06.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/part/Config.h')
-rw-r--r--src/part/Config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/part/Config.h b/src/part/Config.h
index 7aad62a..47e6cf5 100644
--- a/src/part/Config.h
+++ b/src/part/Config.h
@@ -4,7 +4,7 @@
#include <tqstringlist.h>
-class KConfig;
+class TDEConfig;
namespace Filelight
@@ -13,7 +13,7 @@ namespace Filelight
class Config
{
- static KConfig& kconfig();
+ static TDEConfig& kconfig();
public:
static void read();