summaryrefslogtreecommitdiffstats
path: root/src/libraries/qmfclient/qmailstore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libraries/qmfclient/qmailstore.h')
-rw-r--r--src/libraries/qmfclient/qmailstore.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/libraries/qmfclient/qmailstore.h b/src/libraries/qmfclient/qmailstore.h
index 18b5e736..118d799d 100644
--- a/src/libraries/qmfclient/qmailstore.h
+++ b/src/libraries/qmfclient/qmailstore.h
@@ -53,10 +53,6 @@
class QMailStore;
class QMailStoreImplementation;
-#ifdef QMAILSTOREINSTANCE_DEFINED_HERE
-static QMailStore* QMailStoreInstance();
-#endif
-
class QMF_EXPORT QMailStore : public QObject
{
Q_OBJECT
@@ -195,9 +191,6 @@ public:
void reconnectIpc();
static QMailStore* instance();
-#ifdef QMAILSTOREINSTANCE_DEFINED_HERE
- friend QMailStore* QMailStoreInstance();
-#endif
Q_SIGNALS:
void errorOccurred(QMailStore::ErrorCode code);