summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/mainwindow.h
Unidiff
Diffstat (limited to 'noncore/unsupported/oipkg/mainwindow.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/unsupported/oipkg/mainwindow.h b/noncore/unsupported/oipkg/mainwindow.h
index 77604fd..95dcc90 100644
--- a/noncore/unsupported/oipkg/mainwindow.h
+++ b/noncore/unsupported/oipkg/mainwindow.h
@@ -19,25 +19,25 @@ class MainWindow : public QMainWindow
19 19
20public: 20public:
21 MainWindow( QWidget *parent = 0, const char *name = 0, WFlags f = 0 ); 21 MainWindow( QWidget *parent = 0, const char *name = 0, WFlags f = 0 );
22 ~MainWindow(); 22 ~MainWindow();
23 23
24 24
25protected: 25protected:
26 PackageWindow *table; 26 PackageWindow *table;
27 27
28 28
29protected slots: 29protected slots:
30 void runIpkg(); 30 void runIpkg();
31 void newList(); 31 void getList();
32 void updateList(); 32 void updateList();
33 void filterList(); 33 void filterList();
34 void displayList(); 34 void displayList();
35 void subSectionChanged(); 35 void subSectionChanged();
36 void sectionChanged(); 36 void sectionChanged();
37 void showSettings(); 37 void showSettings();
38 void showSettingsSrv(); 38 void showSettingsSrv();
39 void showSettingsDst(); 39 void showSettingsDst();
40 40
41public slots: 41public slots:
42 void showDetails(); 42 void showDetails();
43 void toggleActivePackage(); 43 void toggleActivePackage();