From 35cfeb1230c22ee3bd7d14617ebf4fa62ed93534 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:00:05 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- src/kdiff3_shell.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/kdiff3_shell.h') diff --git a/src/kdiff3_shell.h b/src/kdiff3_shell.h index 4dcc2aa..d9c5357 100644 --- a/src/kdiff3_shell.h +++ b/src/kdiff3_shell.h @@ -27,7 +27,7 @@ #include #include -class KToggleAction; +class TDEToggleAction; /** * This is the application "Shell". It has a menubar, toolbar, and @@ -67,8 +67,8 @@ private slots: private: KParts::ReadWritePart *m_part; - KToggleAction *m_toolbarAction; - KToggleAction *m_statusbarAction; + TDEToggleAction *m_toolbarAction; + TDEToggleAction *m_statusbarAction; bool m_bUnderConstruction; }; -- cgit v1.2.3