From f008adb5a77e094eaf6abf3fc0f36958e66896a5 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 25 Jun 2011 05:28:35 +0000 Subject: TQt4 port koffice This should enable compilation under both Qt3 and Qt4; fixes for any missed components will be forthcoming git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1238284 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- lib/kross/test/testwindow.h | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'lib/kross/test/testwindow.h') diff --git a/lib/kross/test/testwindow.h b/lib/kross/test/testwindow.h index dbb190b9..9f5da67d 100644 --- a/lib/kross/test/testwindow.h +++ b/lib/kross/test/testwindow.h @@ -25,30 +25,31 @@ #include "../main/scriptguiclient.h" #include "../api/object.h" -//#include -#include +//#include +#include #include -class QComboBox; +class TQComboBox; class KTextEdit; class TestWindow : public KMainWindow { Q_OBJECT + TQ_OBJECT public: - TestWindow(const QString& interpretername, const QString& scriptcode); + TestWindow(const TQString& interpretername, const TQString& scriptcode); virtual ~TestWindow(); private slots: void execute(); private: - QString m_interpretername; - QString m_scriptcode; + TQString m_interpretername; + TQString m_scriptcode; Kross::Api::ScriptContainer::Ptr m_scriptcontainer; Kross::Api::ScriptGUIClient* m_scriptextension; - QComboBox* m_interpretercombo; + TQComboBox* m_interpretercombo; KTextEdit* m_codeedit; }; -- cgit v1.2.1