aboutsummaryrefslogtreecommitdiff
path: root/singleapplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'singleapplication.h')
-rw-r--r--singleapplication.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/singleapplication.h b/singleapplication.h
index d49f8b1..669f878 100644
--- a/singleapplication.h
+++ b/singleapplication.h
@@ -2,8 +2,8 @@
#define SINGLE_APPLICATION_H
#include <QApplication>
-#include <QLocalSocket>
-#include <QLocalServer>
+
+class SingleApplicationPrivate;
/**
* @brief The SingleApplication class handles multipe instances of the same Application
@@ -23,9 +23,7 @@ private slots:
void slotConnectionEstablished();
private:
- QLocalSocket *socket;
- QLocalServer *server;
-
+ SingleApplicationPrivate *d_ptr;
};
#endif // SINGLE_APPLICATION_H