summaryrefslogtreecommitdiffstats
path: root/tdeui/kxmlguifactory_p.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:13:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:13:01 -0600
commitdeac2ca49faed824fe83066080714eb6d653615b (patch)
tree8b5bf97c5acaaf5285985b87fa76dbea0f35e4fa /tdeui/kxmlguifactory_p.cpp
parent0c9d97065a3d6ceb12d687555a1a33d90db96238 (diff)
downloadtdelibs-deac2ca49faed824fe83066080714eb6d653615b.tar.gz
tdelibs-deac2ca49faed824fe83066080714eb6d653615b.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'tdeui/kxmlguifactory_p.cpp')
-rw-r--r--tdeui/kxmlguifactory_p.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/kxmlguifactory_p.cpp b/tdeui/kxmlguifactory_p.cpp
index 522fb659d..ffe9ffab1 100644
--- a/tdeui/kxmlguifactory_p.cpp
+++ b/tdeui/kxmlguifactory_p.cpp
@@ -388,7 +388,7 @@ void ContainerNode::unplugActions( BuildState &state )
ContainerClientListIt clientIt( clients );
/*
- Disabled because it means in KToolBar::saveState isHidden is always true then,
+ Disabled because it means in TDEToolBar::saveState isHidden is always true then,
which is clearly wrong.
if ( clients.count() == 1 && clientIt.current()->client == client &&
@@ -606,7 +606,7 @@ bool BuildHelper::processActionElement( const TQDomElement &e, int idx )
assert( m_state.guiClient );
// look up the action and plug it in
- KAction *action = m_state.guiClient->action( e );
+ TDEAction *action = m_state.guiClient->action( e );
//kdDebug() << "BuildHelper::processActionElement " << e.attribute( "name" ) << " -> " << action << " (in " << m_state.guiClient->actionCollection() << ")" << endl;
if ( !action )