diff options
Diffstat (limited to 'src/ui/qmmpstarter.h')
| -rw-r--r-- | src/ui/qmmpstarter.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ui/qmmpstarter.h b/src/ui/qmmpstarter.h index e886980da..de01d08d7 100644 --- a/src/ui/qmmpstarter.h +++ b/src/ui/qmmpstarter.h @@ -25,7 +25,8 @@ #include <QAbstractSocket> #include <QStringList> -class UnixDomainSocket; +class QLocalServer; +class QLocalSocket; class MainWindow; class BuiltinCommandLineOption; @@ -64,9 +65,10 @@ private: private: MainWindow* mw; - UnixDomainSocket* m_sock; QString argString; BuiltinCommandLineOption* m_option_manager; + QLocalServer *m_server; + QLocalSocket *m_socket; }; #endif |
