Now the systrayicon change it's color when a download is in progress. I simply change...
[kdenetwork.git] / ksirc / FilterRuleEditor.h
blobc9cf04376333d6a486dc01fac365a49a53c57011
1 /**********************************************************************
3 --- Qt Architect generated file ---
5 File: FilterRuleEditor.h
6 Last generated: Mon Dec 15 18:14:27 1997
8 *********************************************************************/
10 #ifndef FilterRuleEditor_h
11 #define FilterRuleEditor_h
13 #include <qstring.h>
15 #include <kdialogbase.h>
17 #include "FilterRuleWidget.h"
19 class FilterRuleEditor : public KDialogBase
21 Q_OBJECT
23 public:
25 FilterRuleEditor
27 QWidget* parent = NULL,
28 const char* name = NULL
31 virtual ~FilterRuleEditor();
33 protected slots:
35 virtual void newRule();
36 virtual void OkPressed();
37 virtual void deleteRule();
38 virtual void newHighlight(int);
39 virtual void raiseRule();
40 virtual void lowerRule();
42 protected:
43 void updateListBox(int citem = 0);
44 void moveRule(int, int);
45 QString convertSpecial(QString);
46 QString convertSpecialBack(QString);
48 FilterRuleWidget *filter;
50 #endif // FilterRuleEditor_included
52 // vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1