summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/mainwindow.h
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/oipkg/mainwindow.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/mainwindow.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/noncore/unsupported/oipkg/mainwindow.h b/noncore/unsupported/oipkg/mainwindow.h
index adc5e78..34943f2 100644
--- a/noncore/unsupported/oipkg/mainwindow.h
+++ b/noncore/unsupported/oipkg/mainwindow.h
@@ -18,2 +18,3 @@ class QListView;
class PackageListItem;
+class QCopChannel;
@@ -28,2 +29,4 @@ public:
+ QCopChannel *channel;
+
protected slots:
@@ -38,2 +41,3 @@ protected slots:
void showSettingsDst();
+ void setDocument (const QString &);
@@ -51,2 +55,3 @@ public slots:
void stopTimer( QListViewItem* );
+ void receive (const QCString &, const QByteArray &);