diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:15:35 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:15:35 -0600 |
commit | f78eb03afb8c9a380985d26286afc40b4c89b292 (patch) | |
tree | 3c087e2f119e645c902958c3bc3c802abf078ad0 /parts/fileview/vcsfiletreewidgetimpl.h | |
parent | da1941ccadffe5ae70ee111c53f0ec2b3d990869 (diff) | |
download | tdevelop-f78eb03afb8c9a380985d26286afc40b4c89b292.tar.gz tdevelop-f78eb03afb8c9a380985d26286afc40b4c89b292.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'parts/fileview/vcsfiletreewidgetimpl.h')
-rw-r--r-- | parts/fileview/vcsfiletreewidgetimpl.h | 8 |
1 files changed, 4 insertions, 4 deletions
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. |