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 --- kchart/kdchart/KDChartUnknownTypeException.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kchart/kdchart/KDChartUnknownTypeException.h') diff --git a/kchart/kdchart/KDChartUnknownTypeException.h b/kchart/kdchart/KDChartUnknownTypeException.h index 8f36a767..231a8c71 100644 --- a/kchart/kdchart/KDChartUnknownTypeException.h +++ b/kchart/kdchart/KDChartUnknownTypeException.h @@ -31,7 +31,7 @@ #ifdef USE_EXCEPTIONS -#include +#include #include "KDChartGlobal.h" @@ -42,17 +42,17 @@ class KDCHART_EXPORT KDChartUnknownTypeException { public: - KDChartUnknownTypeException( const QString& type ) : + KDChartUnknownTypeException( const TQString& type ) : _type( type ) {} - QString type() const + TQString type() const { return _type; } private: - QString _type; + TQString _type; }; #endif -- cgit v1.2.1