diff options
Diffstat (limited to 'ktouch/src/ktouchutils.h')
-rw-r--r-- | ktouch/src/ktouchutils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ktouch/src/ktouchutils.h b/ktouch/src/ktouchutils.h index 53b0daee..2a1c7801 100644 --- a/ktouch/src/ktouchutils.h +++ b/ktouch/src/ktouchutils.h @@ -17,12 +17,12 @@ #include <config.h> #endif -#include <qstring.h> +#include <tqstring.h> /// Formats the speed (given in chars/min) and creates a nice looking text. -QString format_speed(double speed); +TQString format_speed(double speed); /// Sorts both lists but uses only the values in "text" for sorting. -void sort_lists(QStringList& text, QStringList& data); +void sort_lists(TQStringList& text, TQStringList& data); #endif // KTOUCHUTILS_H |