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/onixexporter.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/onixexporter.h')
-rw-r--r-- | src/translators/onixexporter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/translators/onixexporter.h b/src/translators/onixexporter.h index 08c0dcd..3cf44c8 100644 --- a/src/translators/onixexporter.h +++ b/src/translators/onixexporter.h @@ -42,8 +42,8 @@ public: virtual TQString fileFilter() const; virtual TQWidget* widget(TQWidget*, const char* name=0); - virtual void readOptions(KConfig*); - virtual void saveOptions(KConfig*); + virtual void readOptions(TDEConfig*); + virtual void saveOptions(TDEConfig*); TQString text(); |