diff options
Diffstat (limited to 'src/part/Config.h')
-rw-r--r-- | src/part/Config.h | 4 |
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(); |