summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qjpeghandler.pri
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.pri
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.pri')
-rw-r--r--src/gui/image/qjpeghandler.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/image/qjpeghandler.pri b/src/gui/image/qjpeghandler.pri
index 28ec7dc1fa..3cb35c95ed 100644
--- a/src/gui/image/qjpeghandler.pri
+++ b/src/gui/image/qjpeghandler.pri
@@ -1,6 +1,6 @@
# common to plugin and built-in forms
INCLUDEPATH *= $$PWD
-HEADERS += $$PWD/qjpeghandler.h
+HEADERS += $$PWD/qjpeghandler_p.h
SOURCES += $$PWD/qjpeghandler.cpp
contains(QT_CONFIG, system-jpeg) {
if(unix|win32-g++*): LIBS += -ljpeg