summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qgifhandler.pri
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-07-04 09:24:25 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-07-04 09:26:35 (GMT)
commit4cdd831191a22604486fa895c57532f319a56b96 (patch)
treecd451d1b5b40b47b21fd78bab940ce538736e5d4 /src/gui/image/qgifhandler.pri
parent306db146152c7b01b86fa7588be9941c47daead3 (diff)
downloadQt-4cdd831191a22604486fa895c57532f319a56b96.zip
Qt-4cdd831191a22604486fa895c57532f319a56b96.tar.gz
Qt-4cdd831191a22604486fa895c57532f319a56b96.tar.bz2
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/qgifhandler.pri')
-rw-r--r--src/gui/image/qgifhandler.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/image/qgifhandler.pri b/src/gui/image/qgifhandler.pri
index 003476a..6eb0751 100644
--- a/src/gui/image/qgifhandler.pri
+++ b/src/gui/image/qgifhandler.pri
@@ -1,4 +1,4 @@
# common to plugin and built-in forms
INCLUDEPATH *= $$PWD
-HEADERS += $$PWD/qgifhandler.h
+HEADERS += $$PWD/qgifhandler_p.h
SOURCES += $$PWD/qgifhandler.cpp