-rw-r--r-- | noncore/unsupported/oipkg/mainwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/unsupported/oipkg/mainwindow.h b/noncore/unsupported/oipkg/mainwindow.h index f32352b..7446135 100644 --- a/noncore/unsupported/oipkg/mainwindow.h +++ b/noncore/unsupported/oipkg/mainwindow.h @@ -44,7 +44,6 @@ public: MainWindow( QWidget *parent = 0, const char *name = 0, WFlags f = 0 ); ~MainWindow(); - void makeChannel(); - QCopChannel *channel; + QCopChannel *channel; protected slots: @@ -77,4 +76,5 @@ public slots: private: void makeMenu(); + void makeChannel(); void setSections(); void setSubSections(); |