author | tille <tille> | 2003-05-10 12:21:22 (UTC) |
---|---|---|
committer | tille <tille> | 2003-05-10 12:21:22 (UTC) |
commit | 65efa1e8a846f92580155d6ce7e28fe9b7ae19d2 (patch) (side-by-side diff) | |
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 | 2 |
1 files changed, 1 insertions, 1 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 @@ -22,81 +22,81 @@ #include "packagelist.h" #include "packagelistremote.h" #include "packagelistlocal.h" #include "packagelistdoclnk.h" #include "pmipkg.h" #include "pksettings.h" #include "packagelistview.h" class QComboBox; class QPEToolBar; class QLineEdit; class PackageListItem; class QCopChannel; class QMessageBox; class QCheckBox; class MainWindow : public QMainWindow { Q_OBJECT public: MainWindow( QWidget *parent = 0, const char *name = 0, WFlags f = 0 ); ~MainWindow(); - void makeChannel(); QCopChannel *channel; protected slots: void runIpkg(); void updateList(); void displayList(); void subSectionChanged(); void sectionChanged(); void showSettings(int); void showSettingsSetup(); void showSettingsSrv(); void showSettingsDst(); public slots: void sectionClose(); void sectionShow(bool); void findClose(); void findShow(bool); void searchClose(); void searchShow(bool); void destClose(); void destShow(bool); void filterList(); void createLinks(); void removeLinks(); void receive (const QCString &, const QByteArray &); void setDocument (const QString &); void remotePackageQuery(); private: void makeMenu(); + void makeChannel(); void setSections(); void setSubSections(); bool updateIcon; PmIpkg* ipkg; PackageManagerSettings *settings; PackageListLocal packageListServers; PackageListRemote packageListSearch; PackageListDocLnk packageListDocLnk; PackageListView *listViewPackages; QAction *runAction; QAction *updateAction; QAction *findAction; QPEToolBar *findBar; QLineEdit *findEdit; QAction *searchAction; QAction *searchCommit; QPEToolBar *searchBar; QLineEdit *searchEdit; QAction *sectionAction; QPEToolBar *sectionBar; QComboBox *section; QComboBox *subsection; QAction *destAction; |