summaryrefslogtreecommitdiffstats
path: root/ksysv/ksv_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksysv/ksv_core.h')
-rw-r--r--ksysv/ksv_core.h16
1 files changed, 8 insertions, 8 deletions
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 ();