diff options
Diffstat (limited to 'juk/categoryreaderinterface.h')
-rw-r--r-- | juk/categoryreaderinterface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/juk/categoryreaderinterface.h b/juk/categoryreaderinterface.h index 2b037c1a..a7324ae5 100644 --- a/juk/categoryreaderinterface.h +++ b/juk/categoryreaderinterface.h @@ -19,9 +19,9 @@ #include "tagrenameroptions.h" enum TagType; -class QString; +class TQString; -template<class T> class QValueList; +template<class T> class TQValueList; /** * This class is used to map categories into values. You should implement the |