From 9771f17f8cc5252b12ec5f3edf47ff9bffdf997f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:16:01 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kxsldbg/kxsldbg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kxsldbg/kxsldbg.h') diff --git a/kxsldbg/kxsldbg.h b/kxsldbg/kxsldbg.h index 16cf3592..36daab70 100644 --- a/kxsldbg/kxsldbg.h +++ b/kxsldbg/kxsldbg.h @@ -11,7 +11,7 @@ #include #include "kxsldbgif.h" -class KToggleAction; +class TDEToggleAction; /** * This is the application "Shell". It has a menubar, toolbar, and @@ -78,8 +78,8 @@ private: private: KParts::ReadOnlyPart *m_part; - KToggleAction *m_toolbarAction; - KToggleAction *m_statusbarAction; + TDEToggleAction *m_toolbarAction; + TDEToggleAction *m_statusbarAction; }; #endif // KXSLDBG_H -- cgit v1.2.1