author | tille <tille> | 2003-05-10 12:21:22 (UTC) |
---|---|---|
committer | tille <tille> | 2003-05-10 12:21:22 (UTC) |
commit | 65efa1e8a846f92580155d6ce7e28fe9b7ae19d2 (patch) (unidiff) | |
tree | 639b57e8e8634abd2377aab361490e941607d4e3 | |
parent | ddadf9f70cbcd7c6b8addcc8c1f6ede0283f765d (diff) | |
download | opie-65efa1e8a846f92580155d6ce7e28fe9b7ae19d2.zip opie-65efa1e8a846f92580155d6ce7e28fe9b7ae19d2.tar.gz opie-65efa1e8a846f92580155d6ce7e28fe9b7ae19d2.tar.bz2 |
building again
-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 | |||
@@ -38,19 +38,18 @@ class QCheckBox; | |||
38 | class MainWindow : public QMainWindow | 38 | class MainWindow : public QMainWindow |
39 | { | 39 | { |
40 | Q_OBJECT | 40 | Q_OBJECT |
41 | 41 | ||
42 | 42 | ||
43 | public: | 43 | public: |
44 | MainWindow( QWidget *parent = 0, const char *name = 0, WFlags f = 0 ); | 44 | MainWindow( QWidget *parent = 0, const char *name = 0, WFlags f = 0 ); |
45 | ~MainWindow(); | 45 | ~MainWindow(); |
46 | void makeChannel(); | ||
47 | 46 | ||
48 | QCopChannel *channel; | 47 | QCopChannel *channel; |
49 | 48 | ||
50 | protected slots: | 49 | protected slots: |
51 | void runIpkg(); | 50 | void runIpkg(); |
52 | void updateList(); | 51 | void updateList(); |
53 | void displayList(); | 52 | void displayList(); |
54 | void subSectionChanged(); | 53 | void subSectionChanged(); |
55 | void sectionChanged(); | 54 | void sectionChanged(); |
56 | void showSettings(int); | 55 | void showSettings(int); |
@@ -71,16 +70,17 @@ public slots: | |||
71 | void createLinks(); | 70 | void createLinks(); |
72 | void removeLinks(); | 71 | void removeLinks(); |
73 | void receive (const QCString &, const QByteArray &); | 72 | void receive (const QCString &, const QByteArray &); |
74 | void setDocument (const QString &); | 73 | void setDocument (const QString &); |
75 | void remotePackageQuery(); | 74 | void remotePackageQuery(); |
76 | 75 | ||
77 | private: | 76 | private: |
78 | void makeMenu(); | 77 | void makeMenu(); |
78 | void makeChannel(); | ||
79 | void setSections(); | 79 | void setSections(); |
80 | void setSubSections(); | 80 | void setSubSections(); |
81 | bool updateIcon; | 81 | bool updateIcon; |
82 | 82 | ||
83 | PmIpkg* ipkg; | 83 | PmIpkg* ipkg; |
84 | PackageManagerSettings *settings; | 84 | PackageManagerSettings *settings; |
85 | PackageListLocal packageListServers; | 85 | PackageListLocal packageListServers; |
86 | PackageListRemote packageListSearch; | 86 | PackageListRemote packageListSearch; |