Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent ed4f864cac
commit 34b82cf515

@ -64,7 +64,7 @@ extern "C"
{
TQWidget * allocate_kstyle_config(TQWidget *parent)
{
KGlobal::locale()->insertCatalogue("qtcurve");
TDEGlobal::locale()->insertCatalogue("qtcurve");
return new QtCurveConfig(parent);
}
}
@ -799,7 +799,7 @@ QtCurveConfig::~QtCurveConfig()
void QtCurveConfig::loadStyles(TQPopupMenu *menu)
{
TQStringList files(KGlobal::dirs()->findAllResources("data", "QtCurve/*"EXTENSION, false, true));
TQStringList files(TDEGlobal::dirs()->findAllResources("data", "QtCurve/*"EXTENSION, false, true));
files.sort();
@ -820,7 +820,7 @@ void QtCurveConfig::save()
setOptions(opts);
writeConfig(NULL, opts, defaultStyle);
KSharedConfig *cfg=KGlobal::sharedConfig();
KSharedConfig *cfg=TDEGlobal::sharedConfig();
TQString grp(cfg->group());
bool useGlobals(cfg->forceGlobal());

Loading…
Cancel
Save