diff options
Diffstat (limited to 'kxsldbg/kxsldbg.h')
-rw-r--r-- | kxsldbg/kxsldbg.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <dcopclient.h> #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 |