From 934db26c3f8efe148a5680c22f965ee10f818a61 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:18:28 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- src/global.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/global.h') diff --git a/src/global.h b/src/global.h index 7c4af68..35571ac 100644 --- a/src/global.h +++ b/src/global.h @@ -29,7 +29,7 @@ class DebugWindow; class BackgroundManager; class SystemTray; class BNPView; -class KGlobalAccel; +class TDEGlobalAccel; class KMainWindow; class TDEAboutData; @@ -49,7 +49,7 @@ class Global static BackgroundManager *backgroundManager; static SystemTray *systemTray; static BNPView *bnpView; - static KGlobalAccel *globalAccel; + static TDEGlobalAccel *globalAccel; static KConfig *basketConfig; static AboutData basketAbout; -- cgit v1.2.1