From 27430f06c6cc2187c639f59f342f07f1fde91a8b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:47:46 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kmix/kmixtoolbox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmix/kmixtoolbox.cpp') diff --git a/kmix/kmixtoolbox.cpp b/kmix/kmixtoolbox.cpp index 02292a89..397aa320 100644 --- a/kmix/kmixtoolbox.cpp +++ b/kmix/kmixtoolbox.cpp @@ -142,7 +142,7 @@ void KMixToolBox::loadConfig(TQPtrList &mdws, KConfig *config, const T } mdw->setDisabled( !config->readBoolEntry("Show", true) ); - KGlobalAccel *keys=mdw->keys(); + TDEGlobalAccel *keys=mdw->keys(); if ( keys ) { TQString devgrpkeys; @@ -200,7 +200,7 @@ void KMixToolBox::saveConfig(TQPtrList &mdws, KConfig *config, const T If you think about this aspect more deeply, you will find out that this is the case already today with "kmixapplet" and "kmix main application". It would really nice to rework this. */ - KGlobalAccel *keys=mdw->keys(); + TDEGlobalAccel *keys=mdw->keys(); if (keys) { TQString devgrpkeys; devgrpkeys.sprintf( "%s.%s.Dev%i.keys", viewPrefix.ascii(), grp.ascii(), n ); -- cgit v1.2.1