diff options
Diffstat (limited to 'noatun/modules/winskin/waColor.h')
-rw-r--r-- | noatun/modules/winskin/waColor.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/noatun/modules/winskin/waColor.h b/noatun/modules/winskin/waColor.h index a0e18484..e029b70b 100644 --- a/noatun/modules/winskin/waColor.h +++ b/noatun/modules/winskin/waColor.h @@ -3,8 +3,8 @@ #ifndef WACOLOR_H #define WACOLOR_H -#include <qcolor.h> -#include <qstring.h> +#include <tqcolor.h> +#include <tqstring.h> #define INDEX_BACKGROUND_COLOR 0 #define INDEX_GRID_COLOR 1 @@ -14,10 +14,10 @@ class WaColor { public: - WaColor(QString filename); + WaColor(TQString filename); ~WaColor(); - QColor skinColors[24]; + TQColor skinColors[24]; }; extern WaColor *colorScheme; |