diff options
Diffstat (limited to 'src/translators/htmlexporter.h')
-rw-r--r-- | src/translators/htmlexporter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/translators/htmlexporter.h b/src/translators/htmlexporter.h index e99f227..e2275ab 100644 --- a/src/translators/htmlexporter.h +++ b/src/translators/htmlexporter.h @@ -53,8 +53,8 @@ public: virtual TQString fileFilter() const; virtual TQWidget* widget(TQWidget* parent, const char* name=0); - virtual void readOptions(KConfig*); - virtual void saveOptions(KConfig*); + virtual void readOptions(TDEConfig*); + virtual void saveOptions(TDEConfig*); void setCollectionURL(const KURL& url) { m_collectionURL = url; m_links.clear(); } void setXSLTFile(const TQString& filename); |