summaryrefslogtreecommitdiffabout
path: root/korganizer/mainwindow.h
Side-by-side diff
Diffstat (limited to 'korganizer/mainwindow.h') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/mainwindow.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/korganizer/mainwindow.h b/korganizer/mainwindow.h
index 8b76067..5a67765 100644
--- a/korganizer/mainwindow.h
+++ b/korganizer/mainwindow.h
@@ -51,2 +51,3 @@ private slots:
void get_file();
+ void end_connect();
QDialog* mSyncActionDialog;
@@ -67,2 +68,3 @@ public:
void writeFile( QString );
+ void sendStop();
@@ -70,3 +72,3 @@ public:
signals:
- void commandFinished( bool );
+ void commandFinished( KCommandSocket*, bool );
private slots:
@@ -162,10 +164,7 @@ class MainWindow : public QMainWindow
QTime piTime;
- void deleteCommandSocket(bool);
- void deleteCommandSocketFinish();
+ void deleteCommandSocket(KCommandSocket* s, bool success);
+ void deleteCommandSocketFinish(KCommandSocket* s, bool success);
void fillSyncMenu();
- void sendFile(QSocket* s);
void getFile( bool );
void readFileFromSocket();
- void readBackFileFromSocket();
- void endConnect();
private:
@@ -173,4 +172,2 @@ class MainWindow : public QMainWindow
QString mPassWordPiSync;
- KCommandSocket* mCommandSocket;
- QSocket* mCommandSocketFinish;
KServerSocket * mServerSocket;