From abef44c4d682c4a656465f91d019cc1af1b989d1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 23:14:51 -0600 Subject: Rename many classes and header files to avoid conflicts with KDE4 --- src/katemdi.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/katemdi.cpp') diff --git a/src/katemdi.cpp b/src/katemdi.cpp index ea18af7..22e0cbd 100644 --- a/src/katemdi.cpp +++ b/src/katemdi.cpp @@ -2,7 +2,7 @@ Copyright (C) 2005 Christoph Cullmann Copyright (C) 2002, 2003 Joseph Wenninger - GUIClient partly based on ktoolbarhandler.cpp: Copyright (C) 2002 Simon Hausmann + GUIClient partly based on tdetoolbarhandler.cpp: Copyright (C) 2002 Simon Hausmann This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -28,7 +28,7 @@ #include #include #include -#include +#include namespace KateMDI { @@ -108,7 +108,7 @@ GUIClient::GUIClient ( MainWindow *mw ) connect( m_mw->guiFactory(), TQT_SIGNAL( clientAdded( KXMLGUIClient * ) ), this, TQT_SLOT( clientAdded( KXMLGUIClient * ) ) ); - if (actionCollection()->kaccel()==0) + if (actionCollection()->tdeaccel()==0) actionCollection()->setWidget(m_mw); -- cgit v1.2.3