summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qjpeghandler.cpp
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-07-04 11:24:25 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-07-04 11:26:35 +0200
commit4cdd831191a22604486fa895c57532f319a56b96 (patch)
treecd451d1b5b40b47b21fd78bab940ce538736e5d4 /src/gui/image/qjpeghandler.cpp
parent306db146152c7b01b86fa7588be9941c47daead3 (diff)
make image handler includes private
now that they live in gui/image/ instead of plugins/imageformats/, the handlers need to get the usual _p suffix.
Diffstat (limited to 'src/gui/image/qjpeghandler.cpp')
-rw-r--r--src/gui/image/qjpeghandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/image/qjpeghandler.cpp b/src/gui/image/qjpeghandler.cpp
index 60e7cce913..972dd65744 100644
--- a/src/gui/image/qjpeghandler.cpp
+++ b/src/gui/image/qjpeghandler.cpp
@@ -39,7 +39,7 @@
**
****************************************************************************/
-#include "qjpeghandler.h"
+#include "qjpeghandler_p.h"
#include <qimage.h>
#include <qvariant.h>