From bcb704366cb5e333a626c18c308c7e0448a8e69f Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksirc/FilterRuleEditor.h | 53 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 ksirc/FilterRuleEditor.h (limited to 'ksirc/FilterRuleEditor.h') diff --git a/ksirc/FilterRuleEditor.h b/ksirc/FilterRuleEditor.h new file mode 100644 index 00000000..c9cf0437 --- /dev/null +++ b/ksirc/FilterRuleEditor.h @@ -0,0 +1,53 @@ +/********************************************************************** + + --- Qt Architect generated file --- + + File: FilterRuleEditor.h + Last generated: Mon Dec 15 18:14:27 1997 + + *********************************************************************/ + +#ifndef FilterRuleEditor_h +#define FilterRuleEditor_h + +#include + +#include + +#include "FilterRuleWidget.h" + +class FilterRuleEditor : public KDialogBase +{ + Q_OBJECT + +public: + + FilterRuleEditor + ( + QWidget* parent = NULL, + const char* name = NULL + ); + + virtual ~FilterRuleEditor(); + +protected slots: + + virtual void newRule(); + virtual void OkPressed(); + virtual void deleteRule(); + virtual void newHighlight(int); + virtual void raiseRule(); + virtual void lowerRule(); + +protected: + void updateListBox(int citem = 0); + void moveRule(int, int); + QString convertSpecial(QString); + QString convertSpecialBack(QString); + + FilterRuleWidget *filter; +}; +#endif // FilterRuleEditor_included + +// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 + -- cgit v1.2.3