diff --git a/settings/schemaeditor.h b/settings/schemaeditor.h index 352a466c..46224ae6 100644 --- a/settings/schemaeditor.h +++ b/settings/schemaeditor.h @@ -24,10 +24,8 @@ #include #include -//Added by qt3to4: -#include +#include #include -class KPixmap; class KSharedPixmap; #include "schemadialog.h" @@ -71,7 +69,7 @@ class SchemaEditor : public SchemaDialog QVector type; // 0= custom, 1= sysfg, 2=sysbg, 3=rcolor QVector transparent; QVector bold; - KPixmap pix; + QPixmap pix; KSharedPixmap *spix; QString defaultSchema; bool loaded;