summaryrefslogtreecommitdiffstats
path: root/src/kchmconfig.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-29 19:00:37 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-29 19:00:37 +0000
commit25794f504692e5a36c490438814e9dfda8aaa2dd (patch)
tree8061e6d27b5bc9042afdff177872779c4e8c9015 /src/kchmconfig.h
parent35ff2a942f63b5201c04f41c3097e61cdd7817e9 (diff)
downloadkchmviewer-25794f504692e5a36c490438814e9dfda8aaa2dd.tar.gz
kchmviewer-25794f504692e5a36c490438814e9dfda8aaa2dd.zip
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
Diffstat (limited to 'src/kchmconfig.h')
-rw-r--r--src/kchmconfig.h18
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;