summaryrefslogtreecommitdiffstats
path: root/src/tdesvn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tdesvn.cpp')
-rw-r--r--src/tdesvn.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/tdesvn.cpp b/src/tdesvn.cpp
index d385a6b..1b90e32 100644
--- a/src/tdesvn.cpp
+++ b/src/tdesvn.cpp
@@ -34,7 +34,7 @@
#include <kiconloader.h>
#include <tdeversion.h>
#include <kstatusbar.h>
-#include <kaccel.h>
+#include <tdeaccel.h>
#include <tdeio/netaccess.h>
#include <tdefiledialog.h>
#include <tdeconfig.h>
@@ -43,11 +43,11 @@
#include <kurlrequesterdlg.h>
#include <khelpmenu.h>
#include <kmenubar.h>
-#include <kpopupmenu.h>
-#include <kactionclasses.h>
+#include <tdepopupmenu.h>
+#include <tdeactionclasses.h>
#include <kmessagebox.h>
-#include <kstdaccel.h>
-#include <kaction.h>
+#include <tdestdaccel.h>
+#include <tdeaction.h>
#include <kstdaction.h>
#include <kstandarddirs.h>
#include <kbookmarkmanager.h>
@@ -91,11 +91,11 @@ tdesvn::tdesvn()
m_BookmarksActionmenu->setDelayed(false);
m_BookmarksActionmenu->setEnabled(true);
- m_Bookmarkactions = new TDEActionCollection( this );
- m_Bookmarkactions->setHighlightingEnabled( true );
- connectActionCollection( m_Bookmarkactions );
+ m_Bookmartdeactions = new TDEActionCollection( this );
+ m_Bookmartdeactions->setHighlightingEnabled( true );
+ connectActionCollection( m_Bookmartdeactions );
- m_pBookmarkMenu = new KBookmarkMenu(m_BookmarkManager,this,m_BookmarksActionmenu->popupMenu(),m_Bookmarkactions,true);
+ m_pBookmarkMenu = new KBookmarkMenu(m_BookmarkManager,this,m_BookmarksActionmenu->popupMenu(),m_Bookmartdeactions,true);
// m_BookmarksActionmenu->plug(menuBar());
// this routine will find and load our Part. it finds the Part by
// name which is a bad idea usually.. but it's alright in this