From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kode/style.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kode/style.h') diff --git a/kode/style.h b/kode/style.h index f88c107b..f8a26022 100644 --- a/kode/style.h +++ b/kode/style.h @@ -23,9 +23,9 @@ #include "license.h" -#include -#include -#include +#include +#include +#include #include @@ -37,10 +37,10 @@ class KDE_EXPORT Style Style(); virtual ~Style(); - virtual QString className( const QString &str ); + virtual TQString className( const TQString &str ); - static QString upperFirst( const QString &str ); - static QString lowerFirst( const QString &str ); + static TQString upperFirst( const TQString &str ); + static TQString lowerFirst( const TQString &str ); }; } -- cgit v1.2.3