From 6240d69b1f11d3e6c59df5f736549b1fafc49dd0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 14:58:49 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- src/dolphin.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/dolphin.h') diff --git a/src/dolphin.h b/src/dolphin.h index 779b5d7..ea7d081 100644 --- a/src/dolphin.h +++ b/src/dolphin.h @@ -43,7 +43,7 @@ class KFileIconView; class TQHBox; class TQIconViewItem; class TQSplitter; -class KAction; +class TDEAction; class URLNavigator; class leftSidebar; class rightSidebar; @@ -55,7 +55,7 @@ class rightSidebar; * * @author Peter Penz */ -class Dolphin : public KMainWindow +class Dolphin : public TDEMainWindow { Q_OBJECT @@ -108,9 +108,9 @@ public: * of the 'Create New...' sub menu. Usually the list contains actions * for creating folders, text files, HTML files etc. */ - const TQPtrList& fileGroupActions() const { return m_fileGroupActions; } - //const TQPtrList& linkGroupActions() const { return m_linkGroupActions; } - //const TQPtrList& linkToDeviceActions() const { return m_linkToDeviceActions; } + const TQPtrList& fileGroupActions() const { return m_fileGroupActions; } + //const TQPtrList& linkGroupActions() const { return m_linkGroupActions; } + //const TQPtrList& linkToDeviceActions() const { return m_linkToDeviceActions; } /** * Refreshs the views of the main window by recreating them dependent from @@ -444,13 +444,13 @@ private: TQString comment; }; - TQPtrList m_fileGroupActions; + TQPtrList m_fileGroupActions; KSortableValueList m_createFileTemplates; // TODO: not used yet. See documentation of Dolphin::linkGroupActions() // and Dolphin::linkToDeviceActions() in for details. - //TQPtrList m_linkGroupActions; - //TQPtrList m_linkToDeviceActions; + //TQPtrList m_linkGroupActions; + //TQPtrList m_linkToDeviceActions; }; #endif // _DOLPHIN_H_ -- cgit v1.2.3