From 67e29a054cfcb1b0d2fe6b0a316cf6b3eec087b7 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 13 Apr 2011 00:46:47 +0000 Subject: Initial conversion of kdepim to TQt This will probably require some tweaking before it will build under Qt4, however Qt3 builds are OK. Any alterations this commit makes to kdepim behaviour under Qt3 are unintentional and should be fixed. git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1227832 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libkmime/kqcstringsplitter.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libkmime/kqcstringsplitter.h') diff --git a/libkmime/kqcstringsplitter.h b/libkmime/kqcstringsplitter.h index 7e3c4dd0b..652ec633f 100644 --- a/libkmime/kqcstringsplitter.h +++ b/libkmime/kqcstringsplitter.h @@ -14,18 +14,18 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, US */ -#ifndef KQCSTRINGSPLITTER_H -#define KQCSTRINGSPLITTER_H +#ifndef KTQCSTRINGSPLITTER_H +#define KTQCSTRINGSPLITTER_H #include #include -class KDE_EXPORT KQCStringSplitter { +class KDE_EXPORT KTQCStringSplitter { public: - KQCStringSplitter(); - ~KQCStringSplitter(); + KTQCStringSplitter(); + ~KTQCStringSplitter(); void reset() { start=0; end=0; sep=""; incSep=false;} -- cgit v1.2.1