From aa3a1ca934bc541bddd3fa136a85f106f7da266e Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:25:18 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1157635 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksysv/ksv_core.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'ksysv/ksv_core.h') diff --git a/ksysv/ksv_core.h b/ksysv/ksv_core.h index 58d1fa2..6817a5d 100644 --- a/ksysv/ksv_core.h +++ b/ksysv/ksv_core.h @@ -23,22 +23,22 @@ class KSVItem; namespace ksv { - bool getServiceDescription (const QString& path, QString& res); + bool getServiceDescription (const TQString& path, TQString& res); - QString breakWords (const QString& s, int amount); + TQString breakWords (const TQString& s, int amount); /** * \return the Unicode string for the (c) symbol. */ - const QString& copyrightSymbol (); + const TQString& copyrightSymbol (); - QStyleSheet* styleSheet (); + TQStyleSheet* styleSheet (); - const QString& logFileFilter (); - const QString& nativeFileFilter (); + const TQString& logFileFilter (); + const TQString& nativeFileFilter (); - const QString& logFileExtension (); - const QString& nativeFileExtension (); + const TQString& logFileExtension (); + const TQString& nativeFileExtension (); KCompletion* serviceCompletion (); KCompletion* numberCompletion (); -- cgit v1.2.3