diff options
Diffstat (limited to 'src/kchmconfig.h')
-rw-r--r-- | src/kchmconfig.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/kchmconfig.h b/src/kchmconfig.h index c87ad48..917fcd6 100644 --- a/src/kchmconfig.h +++ b/src/kchmconfig.h @@ -22,8 +22,8 @@ #ifndef KCHMCONFIG_H #define KCHMCONFIG_H -#include <qstring.h> -#include <qstringlist.h> +#include <tqstring.h> +#include <tqstringlist.h> extern const char * APP_PATHINUSERDIR; @@ -53,11 +53,11 @@ public: bool load(); bool save(); - void addFileToHistory ( const QString& file ); + void addFileToHistory ( const TQString& file ); public: - QString m_datapath; - QString m_lastOpenedDir; + TQString m_datapath; + TQString m_lastOpenedDir; bool m_LoadLatestFileOnStartup; choose_action_t m_onNewChmClick; @@ -66,17 +66,17 @@ public: bool m_HistoryStoreExtra; use_search_engine m_useSearchEngine; - QString m_QtBrowserPath; - bool m_kdeUseQTextBrowser; + TQString m_TQtBrowserPath; + bool m_kdeUseTQTextBrowser; bool m_kdeEnableJS; bool m_kdeEnableJava; bool m_kdeEnablePlugins; bool m_kdeEnableRefresh; bool m_advUseInternalEditor; - QString m_advExternalEditorPath; + TQString m_advExternalEditorPath; - QStringList m_History; + TQStringList m_History; }; extern KCHMConfig appConfig; |