summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/categoryfilterimpl.h
authordrw <drw>2003-02-04 23:38:30 (UTC)
committer drw <drw>2003-02-04 23:38:30 (UTC)
commit97b96e141fca844317e59ca5b99c1bf5fa52b1f0 (patch) (unidiff)
treecb2d505a72747fef0d2c99debab7c4c9fedd0553 /noncore/settings/aqpkg/categoryfilterimpl.h
parent294f0a9b5e5678a6eba1fb77943201fac804049f (diff)
downloadopie-97b96e141fca844317e59ca5b99c1bf5fa52b1f0.zip
opie-97b96e141fca844317e59ca5b99c1bf5fa52b1f0.tar.gz
opie-97b96e141fca844317e59ca5b99c1bf5fa52b1f0.tar.bz2
More dialog clean-up. Except for QWhatsThis, the UI changes are pretty much done now for AQPkg
Diffstat (limited to 'noncore/settings/aqpkg/categoryfilterimpl.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/categoryfilterimpl.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/noncore/settings/aqpkg/categoryfilterimpl.h b/noncore/settings/aqpkg/categoryfilterimpl.h
index b6b4fd5..a85fce4 100644
--- a/noncore/settings/aqpkg/categoryfilterimpl.h
+++ b/noncore/settings/aqpkg/categoryfilterimpl.h
@@ -18,16 +18,15 @@
18#ifndef CATEGORYFILTERIMPL_H 18#ifndef CATEGORYFILTERIMPL_H
19#define CATEGORYFILTERIMPL_H 19#define CATEGORYFILTERIMPL_H
20 20
21#include <qwidget.h> 21#include <qdialog.h>
22#include <qstring.h>
23 22
24#include "categoryfilter.h" 23class QListBox;
25 24
26/** 25/**
27 *@author Andy Qua 26 *@author Andy Qua
28 */ 27 */
29 28
30class CategoryFilterImpl : public CategoryFilterDlg 29class CategoryFilterImpl : public QDialog
31{ 30{
32 Q_OBJECT 31 Q_OBJECT
33public: 32public:
@@ -35,6 +34,10 @@ public:
35 ~CategoryFilterImpl(); 34 ~CategoryFilterImpl();
36 35
37 QString getSelectedFilter(); 36 QString getSelectedFilter();
37
38private:
39 QListBox *lstCategories;
40
38}; 41};
39 42
40#endif 43#endif