diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:14:31 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:14:31 -0600 |
commit | 145d30f0b8cbacc3599379e8717299734f3bb534 (patch) | |
tree | 3713677dce079619063612b12788282fd32e53af /src/translators/exporter.h | |
parent | 5b6d393e0a2c88cce8f433607c091ae883ef54f9 (diff) | |
download | tellico-145d30f0b8cbacc3599379e8717299734f3bb534.tar.gz tellico-145d30f0b8cbacc3599379e8717299734f3bb534.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/translators/exporter.h')
-rw-r--r-- | src/translators/exporter.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/translators/exporter.h b/src/translators/exporter.h index 76d3897..2815577 100644 --- a/src/translators/exporter.h +++ b/src/translators/exporter.h @@ -14,7 +14,7 @@ #ifndef TELLICO_EXPORTER_H #define TELLICO_EXPORTER_H -class KConfig; +class TDEConfig; class TQWidget; class TQString; @@ -75,8 +75,8 @@ public: virtual void reset() {} virtual TQWidget* widget(TQWidget* parent, const char* name=0) = 0; - virtual void readOptions(KConfig*) {} - virtual void saveOptions(KConfig*) {} + virtual void readOptions(TDEConfig*) {} + virtual void saveOptions(TDEConfig*) {} private: long m_options; |