From 79b21d47bce1ee428affc97534cd8b257232a871 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:43:14 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kcontrol/konsole/schemaeditor.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kcontrol/konsole/schemaeditor.cpp') diff --git a/kcontrol/konsole/schemaeditor.cpp b/kcontrol/konsole/schemaeditor.cpp index e870aff33..f712c8c0d 100644 --- a/kcontrol/konsole/schemaeditor.cpp +++ b/kcontrol/konsole/schemaeditor.cpp @@ -93,7 +93,7 @@ SchemaEditor::SchemaEditor(TQWidget * parent, const char *name) transparencyCheck->setChecked(false); - KGlobal::locale()->insertCatalogue("konsole"); // For schema translations + TDEGlobal::locale()->insertCatalogue("konsole"); // For schema translations connect(imageBrowse, TQT_SIGNAL(clicked()), this, TQT_SLOT(imageSelect())); connect(saveButton, TQT_SIGNAL(clicked()), this, TQT_SLOT(saveCurrent())); connect(removeButton, TQT_SIGNAL(clicked()), this, TQT_SLOT(removeCurrent())); @@ -228,7 +228,7 @@ void SchemaEditor::show() void SchemaEditor::loadAllSchema(TQString currentFile) { - TQStringList list = KGlobal::dirs()->findAllResources("data", "konsole/*.schema"); + TQStringList list = TDEGlobal::dirs()->findAllResources("data", "konsole/*.schema"); TQStringList::ConstIterator it; disconnect(schemaList, TQT_SIGNAL(highlighted(int)), this, TQT_SLOT(readSchema(int))); schemaList->clear(); @@ -263,7 +263,7 @@ void SchemaEditor::imageSelect() start = backgndLine->text(); if (start.isEmpty()) { - TQStringList list=KGlobal::dirs()->resourceDirs("wallpaper"); + TQStringList list=TDEGlobal::dirs()->resourceDirs("wallpaper"); if(list.count()>0) start= list.last(); } @@ -361,7 +361,7 @@ void SchemaEditor::saveCurrent() } if (fullpath[0] != '/') - fullpath = KGlobal::dirs()->saveLocation("data", "konsole/") + fullpath; + fullpath = TDEGlobal::dirs()->saveLocation("data", "konsole/") + fullpath; TQFile f(fullpath); if (f.open(IO_WriteOnly)) { -- cgit v1.2.1