From 25794f504692e5a36c490438814e9dfda8aaa2dd Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 29 May 2011 19:00:37 +0000 Subject: TQt4 port kchmviewer This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kchmviewer@1234150 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/kchmconfig.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/kchmconfig.h') 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 -#include +#include +#include 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; -- cgit v1.2.1