diff options
Diffstat (limited to 'src/kdiff3_shell.h')
-rw-r--r-- | src/kdiff3_shell.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <kapplication.h> #include <tdeparts/mainwindow.h> -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; }; |