diff options
Diffstat (limited to 'kexi/plugins/importexport/csv/kexicsvexportwizard.h')
-rw-r--r-- | kexi/plugins/importexport/csv/kexicsvexportwizard.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/plugins/importexport/csv/kexicsvexportwizard.h b/kexi/plugins/importexport/csv/kexicsvexportwizard.h index 41289cb6..4097da76 100644 --- a/kexi/plugins/importexport/csv/kexicsvexportwizard.h +++ b/kexi/plugins/importexport/csv/kexicsvexportwizard.h @@ -70,7 +70,7 @@ class KexiCSVExportWizard : public KWizard //! \return default text quote depending on mode. TQString defaultTextQuote() const; - //! Helper, works like kapp->config()->readBoolEntry(const char*, bool) but if mode is Clipboard, + //! Helper, works like tdeApp->config()->readBoolEntry(const char*, bool) but if mode is Clipboard, //! "Exporting" is replaced with "Copying" and "Export" is replaced with "Copy" //! and "CSVFiles" is replaced with "CSVToClipboard" //! in \a key, to keep the setting separate. @@ -79,7 +79,7 @@ class KexiCSVExportWizard : public KWizard //! Helper like \ref readBoolEntry(const char *, bool), but for TQString values. TQString readEntry(const char *key, const TQString& defaultValue = TQString()); - //! Helper, works like kapp->config()->writeEntry(const char*,bool) but if mode is Clipboard, + //! Helper, works like tdeApp->config()->writeEntry(const char*,bool) but if mode is Clipboard, //! "Exporting" is replaced with "Copying" and "Export" is replaced with "Copy" //! and "CSVFiles" is replaced with "CSVToClipboard" //! in \a key, to keep the setting separate. |