summaryrefslogtreecommitdiff
path: root/noncore/settings/packagemanager/mainwindow.h
authordrw <drw>2004-01-24 18:17:58 (UTC)
committer drw <drw>2004-01-24 18:17:58 (UTC)
commit88b1045297b464cf1002b021a8981bd1087f8f2d (patch) (unidiff)
tree0dbbce38d4da253319fc0895ea8f2fdeb2b6940e /noncore/settings/packagemanager/mainwindow.h
parent5f333c6832ff429a00498e6a36be950525541a2a (diff)
downloadopie-88b1045297b464cf1002b021a8981bd1087f8f2d.zip
opie-88b1045297b464cf1002b021a8981bd1087f8f2d.tar.gz
opie-88b1045297b464cf1002b021a8981bd1087f8f2d.tar.bz2
Start of package information dialog, UI done, need to retrieve package data yet
Diffstat (limited to 'noncore/settings/packagemanager/mainwindow.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/packagemanager/mainwindow.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/noncore/settings/packagemanager/mainwindow.h b/noncore/settings/packagemanager/mainwindow.h
index 285cddf..fb555c5 100644
--- a/noncore/settings/packagemanager/mainwindow.h
+++ b/noncore/settings/packagemanager/mainwindow.h
@@ -113,13 +113,13 @@ private slots:
113 113
114 // Actions menu action slots 114 // Actions menu action slots
115 void slotUpdate(); 115 void slotUpdate();
116 void slotUpgrade(); 116 void slotUpgrade();
117 void slotDownload(); 117 void slotDownload();
118 void slotApply(); 118 void slotApply();
119 void slotCloseInstallDlg(); 119 void slotCloseDlg();
120 void slotConfigure(); 120 void slotConfigure();
121 121
122 // View menu action slots 122 // View menu action slots
123 void slotShowNotInstalled(); 123 void slotShowNotInstalled();
124 void slotShowInstalled(); 124 void slotShowInstalled();
125 void slotShowUpdated(); 125 void slotShowUpdated();
@@ -128,9 +128,12 @@ private slots:
128 128
129 // Find action slots 129 // Find action slots
130 void slotFindShowToolbar(); 130 void slotFindShowToolbar();
131 void slotFindHideToolbar(); 131 void slotFindHideToolbar();
132 void slotFindChanged( const QString &findText ); 132 void slotFindChanged( const QString &findText );
133 void slotFindNext(); 133 void slotFindNext();
134
135 // Other slots
136 void slotDisplayPackageInfo( QListViewItem * );
134}; 137};
135 138
136#endif 139#endif