From 114bf522e0797aa7b9b07290a1bc285cbcbfc36f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:09:19 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- libkipi/libkipi/pluginloader.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libkipi/libkipi/pluginloader.cpp') diff --git a/libkipi/libkipi/pluginloader.cpp b/libkipi/libkipi/pluginloader.cpp index 73ea332..b3c5eae 100644 --- a/libkipi/libkipi/pluginloader.cpp +++ b/libkipi/libkipi/pluginloader.cpp @@ -59,9 +59,9 @@ unplugActionList( TQString::fromLatin1("image_actions") ); unplugActionList( TQString::fromLatin1("tool_actions") ); - TQPtrList fileActions; - TQPtrList imageActions; - TQPtrList toolsActions; + TQPtrList fileActions; + TQPtrList imageActions; + TQPtrList toolsActions; KIPI::PluginLoader::PluginList list = _pluginLoader->pluginList(); for( KIPI::PluginLoader::PluginList::Iterator it = list.begin(); it != list.end(); ++it ) { @@ -70,7 +70,7 @@ continue; plugin->setup( this ); - TQPtrList* popup = 0; + TQPtrList* popup = 0; if ( plugin->category() == KIPI::IMAGESPLUGIN ) popup = &imageActions; @@ -82,8 +82,8 @@ popup = &toolsActions; if ( popup ) { - KActionPtrList actions = plugin->actions(); - for( KActionPtrList::Iterator it = actions.begin(); it != actions.end(); ++it ) { + TDEActionPtrList actions = plugin->actions(); + for( TDEActionPtrList::Iterator it = actions.begin(); it != actions.end(); ++it ) { popup->append( *it ); } } -- cgit v1.2.3