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 --- khotkeys/shared/input.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'khotkeys/shared/input.h') diff --git a/khotkeys/shared/input.h b/khotkeys/shared/input.h index f74368944..08b71b761 100644 --- a/khotkeys/shared/input.h +++ b/khotkeys/shared/input.h @@ -21,7 +21,7 @@ #include #include -class KGlobalAccel; +class TDEGlobalAccel; namespace KHotKeys { @@ -60,7 +60,7 @@ class Kbd }; TQMap< Kbd_receiver*, Receiver_data > receivers; TQMap< KShortcut, int > grabs; - KGlobalAccel* kga; + TDEGlobalAccel* kga; }; class Mouse -- cgit v1.2.1