diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:33:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:33:23 -0600 |
commit | 5e5409d89552fa6839ab6cd52a47306eb4d650f0 (patch) | |
tree | a441a0c3198bd49b38977428c46fef2197aeaa8b /kcontrol/konsole | |
parent | 8103f3767e023c58049df75422bc4c87cedae1a2 (diff) | |
download | tdebase-5e5409d89552fa6839ab6cd52a47306eb4d650f0.tar.gz tdebase-5e5409d89552fa6839ab6cd52a47306eb4d650f0.zip |
Rename KShared
Diffstat (limited to 'kcontrol/konsole')
-rw-r--r-- | kcontrol/konsole/schemaeditor.cpp | 2 | ||||
-rw-r--r-- | kcontrol/konsole/schemaeditor.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/konsole/schemaeditor.cpp b/kcontrol/konsole/schemaeditor.cpp index 7dd2bb19b..0594e7d9d 100644 --- a/kcontrol/konsole/schemaeditor.cpp +++ b/kcontrol/konsole/schemaeditor.cpp @@ -73,7 +73,7 @@ SchemaEditor::SchemaEditor(TQWidget * parent, const char *name) bold.resize(20); transparent.resize(20); defaultSchema = ""; - spix = new KSharedPixmap; + spix = new TDESharedPixmap; connect(spix, TQT_SIGNAL(done(bool)), TQT_SLOT(previewLoaded(bool))); 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; |