diff options
Diffstat (limited to 'kcontrol/konsole/schemaeditor.h')
-rw-r--r-- | kcontrol/konsole/schemaeditor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/konsole/schemaeditor.h b/kcontrol/konsole/schemaeditor.h index 612c43b99..d34e7be85 100644 --- a/kcontrol/konsole/schemaeditor.h +++ b/kcontrol/konsole/schemaeditor.h @@ -25,7 +25,7 @@ #include <kapplication.h> #include <tqwidget.h> class TQPixmap; -class KSharedPixmap; +class TDESharedPixmap; #include "schemadialog.h" @@ -69,7 +69,7 @@ class SchemaEditor : public SchemaDialog TQMemArray<bool> transparent; TQMemArray<bool> bold; TQPixmap pix; - KSharedPixmap *spix; + TDESharedPixmap *spix; TQString defaultSchema; bool loaded; bool schemaLoaded; |