summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorMauricio Piacentini <mauricio.piacentini@collabora.co.uk>2010-11-26 13:39:57 -0200
committerMauricio Piacentini <mauricio.piacentini@collabora.co.uk>2010-11-26 13:39:57 -0200
commit01f56179cdef4f685c18b4b978622f5270e4543c (patch)
treeed9fb101cfc97b50c7a968c51dd56a69276f5ba9 /src/CMakeLists.txt
parent80c7d3ede3bc777b1468a5a3b233906eb5edbac2 (diff)
Rename connectimpl and emitimpl. Remove _p.h for consistency, as these files are installed
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index efccb79..5596ab3 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -51,8 +51,8 @@ set(INSTALLED_HEADERS
QGlib/object.h QGlib/Object
QGlib/value.h QGlib/Value
QGlib/signal.h QGlib/Signal
- QGlib/emitimpl_p.h
- QGlib/connectimpl_p.h
+ QGlib/emitimpl.h
+ QGlib/connectimpl.h
QGlib/error.h QGlib/Error
QGst/global.h QGst/Global