diff options
Diffstat (limited to 'amarok/src/engine/helix/helix-errors.h')
-rw-r--r-- | amarok/src/engine/helix/helix-errors.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/engine/helix/helix-errors.h b/amarok/src/engine/helix/helix-errors.h index f53f6deb..122d7d26 100644 --- a/amarok/src/engine/helix/helix-errors.h +++ b/amarok/src/engine/helix/helix-errors.h @@ -10,13 +10,13 @@ #ifndef _HELIX_ERRORS_INCLUDED #define _HELIX_ERRORS_INCLUDED -class QString; +class TQString; class HelixErrorsBase; class HelixErrors { public: - static QString *errorText(unsigned long code); + static TQString *errorText(unsigned long code); private: HelixErrors(); |