diff options
Diffstat (limited to 'qtinterface/tqcolor.h')
-rw-r--r-- | qtinterface/tqcolor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qtinterface/tqcolor.h b/qtinterface/tqcolor.h index 4c3dacc..9dd8601 100644 --- a/qtinterface/tqcolor.h +++ b/qtinterface/tqcolor.h @@ -29,7 +29,7 @@ Boston, MA 02110-1301, USA. // Reimplement the QColor class // For Qt3, no changes are needed -#include <Qt/qcolor.h> +#include <qcolor.h> #endif // USE_QT3 @@ -38,7 +38,7 @@ Boston, MA 02110-1301, USA. // Reimplement the QColor class // For Qt4, no changes are needed -#include <qcolor.h> +#include <Qt/qcolor.h> #endif // USE_QT4 |