diff options
Diffstat (limited to 'src/widgets/qcheckbox.cpp')
-rw-r--r-- | src/widgets/qcheckbox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/qcheckbox.cpp b/src/widgets/qcheckbox.cpp index 00e87041c..4e4d913ba 100644 --- a/src/widgets/qcheckbox.cpp +++ b/src/widgets/qcheckbox.cpp @@ -42,8 +42,8 @@ #ifndef TQT_NO_CHECKBOX #include "tqpainter.h" #include "ntqdrawutil.h" -#include "ntqpixmap.h" -#include "ntqpixmapcache.h" +#include "tqpixmap.h" +#include "tqpixmapcache.h" #include "tqbitmap.h" #include "tqtextstream.h" #include "ntqapplication.h" |