From f78eb03afb8c9a380985d26286afc40b4c89b292 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:15:35 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- parts/fileview/vcsfiletreewidgetimpl.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'parts/fileview/vcsfiletreewidgetimpl.h') diff --git a/parts/fileview/vcsfiletreewidgetimpl.h b/parts/fileview/vcsfiletreewidgetimpl.h index ac8a9d54..00a38b32 100644 --- a/parts/fileview/vcsfiletreewidgetimpl.h +++ b/parts/fileview/vcsfiletreewidgetimpl.h @@ -15,8 +15,8 @@ #include "filetreeviewwidgetimpl.h" class KDevVCSFileInfoProvider; -class KAction; -class KToggleAction; +class TDEAction; +class TDEToggleAction; /** * @author Mario Scalas @@ -56,8 +56,8 @@ private slots: private: bool showVCSFields() const; - KToggleAction *m_actionToggleShowVCSFields; - KAction *m_actionSyncWithRepository; + TDEToggleAction *m_actionToggleShowVCSFields; + TDEAction *m_actionSyncWithRepository; KDevVCSFileInfoProvider *m_vcsInfoProvider; //! We use this guard to avoid enabling the "reload tree" action when performing //! syncing with remote repositories. -- cgit v1.2.3