Make it compile -- there's no such thing as kpixmap.h or KPixmap these days

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=536399
wilder-portage
Bernhard Rosenkraenzer 20 years ago
parent cc0a4f2c7a
commit 704aa113d9
  1. 6
      settings/schemaeditor.h

@ -24,10 +24,8 @@
#include <kapplication.h>
#include <qwidget.h>
//Added by qt3to4:
#include <kpixmap.h>
#include <QPixmap>
#include <QVector>
class KPixmap;
class KSharedPixmap;
#include "schemadialog.h"
@ -71,7 +69,7 @@ class SchemaEditor : public SchemaDialog
QVector<int> type; // 0= custom, 1= sysfg, 2=sysbg, 3=rcolor
QVector<bool> transparent;
QVector<bool> bold;
KPixmap pix;
QPixmap pix;
KSharedPixmap *spix;
QString defaultSchema;
bool loaded;

Loading…
Cancel
Save