diff options
Diffstat (limited to 'src/kernel/qvariant.cpp')
-rw-r--r-- | src/kernel/qvariant.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/qvariant.cpp b/src/kernel/qvariant.cpp index 19e8f85ac..3f8944ab7 100644 --- a/src/kernel/qvariant.cpp +++ b/src/kernel/qvariant.cpp @@ -44,14 +44,14 @@ #ifndef TQT_NO_VARIANT #include "tqstring.h" #include "tqcstring.h" -#include "ntqfont.h" +#include "tqfont.h" #include "ntqpixmap.h" #include "tqimage.h" -#include "ntqbrush.h" +#include "tqbrush.h" #include "ntqpoint.h" #include "ntqrect.h" #include "tqsize.h" -#include "ntqcolor.h" +#include "tqcolor.h" #include "ntqpalette.h" #include "tqiconset.h" #include "tqdatastream.h" |