summaryrefslogtreecommitdiffstats
path: root/src/messaging/qmessagestore_maemo.cpp
diff options
context:
space:
mode:
authorDon Sanders <don.sanders@nokia.com>2011-03-08 23:34:32 +1000
committerDon Sanders <don.sanders@nokia.com>2011-03-08 23:34:32 +1000
commitbe32b8f64f7b3d1040867890a678504c164b79e9 (patch)
treef0cba5e1ee5d9f1f314b5eaae7f36926a4cd33b0 /src/messaging/qmessagestore_maemo.cpp
parentd49a672cdbaa2bc2133ffbb6482290908f639817 (diff)
Rename qmessagestore.h to qmessagestore_p.h as it is private.
Necessitated renaming existing qmessagestore_p.h to qmessagestore_p_p.h Should fix a bug with syncheaders incorrectly creating a QMessageStore file. A.k.a. NB#232204 - libqtm-messaging-dev installs extra header
Diffstat (limited to 'src/messaging/qmessagestore_maemo.cpp')
-rw-r--r--src/messaging/qmessagestore_maemo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/messaging/qmessagestore_maemo.cpp b/src/messaging/qmessagestore_maemo.cpp
index d7df1a86d2..ae807d7000 100644
--- a/src/messaging/qmessagestore_maemo.cpp
+++ b/src/messaging/qmessagestore_maemo.cpp
@@ -38,8 +38,8 @@
** $QT_END_LICENSE$
**
****************************************************************************/
-#include "qmessagestore.h"
#include "qmessagestore_p.h"
+#include "qmessagestore_p_p.h"
#include "modestengine_maemo_p.h"
#include "telepathyengine_maemo_p.h"
#include "maemohelpers_p.h"