[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Sat Dec 20 06:10:49 CET 2003


CVS commit by staikos: 

revert last


  M +1 -1      filterlisteditor.ui.h   1.12
  M +2 -4      kstfilter.h   1.8


--- kdeextragear-2/kst/kst/filterlisteditor.ui.h  #1.11:1.12
@@ -245,5 +245,5 @@ void FilterListEditor::applyChanges()
         KSharedPtr<Plugin> pp = PluginCollection::self()->plugin(txt);
         if (pp) {
-            KstFilterPtr fp = new KstFilter();
+            KstFilterPtr fp = new KstFilter;
             fp->setPlugin(pp);
             fp->setTagName(txt);

--- kdeextragear-2/kst/kst/kstfilter.h  #1.7:1.8
@@ -21,11 +21,9 @@
 #include <qstring.h>
 
-#include <kdebug.h>
-
 #include "kstplugin.h"
 
 class KstFilter : public KstPlugin {
   public:
-    explicit KstFilter();
+    KstFilter();
     KstFilter(QDomElement &e);
     virtual ~KstFilter();
@@ -43,5 +41,5 @@ class KstFilterSet : public KstObjectLis
     virtual ~KstFilterSet() {}
 
-    void apply(const KstVectorPtr in, KstVectorPtr out) {
+    virtual void apply(const KstVectorPtr in, KstVectorPtr out) {
       for (Iterator it = begin(); it != end(); ++it) {
         // FIXME: must use temps here





More information about the Kst mailing list