From cee429821aa6f1acc97fb482d325fb4eb37376ca Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:44:46 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kiten/kiten.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kiten/kiten.h') diff --git a/kiten/kiten.h b/kiten/kiten.h index 158c57c7..f82542fb 100644 --- a/kiten/kiten.h +++ b/kiten/kiten.h @@ -31,7 +31,7 @@ class Config; class ConfigureDialog; class EditAction; -class KGlobalAccel; +class TDEGlobalAccel; class KStatusBar; class KToggleAction; class KListAction; @@ -110,7 +110,7 @@ private: KAction *backAction; KAction *forwardAction; - KGlobalAccel *Accel; + TDEGlobalAccel *Accel; void doSearch(const TQString &text, TQRegExp regexp); void doSearchInResults(const TQString &text, TQRegExp regexp); -- cgit v1.2.1