summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/PORTING
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 12:27:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 12:27:45 +0900
commit9cb8c6c00f79d91afabd3d302e60e6ab6c251c41 (patch)
tree56211a0b791a102a64061b74562ea5b25ef32af6 /kopete/libkopete/PORTING
parent2817c207b0b9ba194ed13046d07df5c7183b6232 (diff)
downloadtdenetwork-9cb8c6c00f79d91afabd3d302e60e6ab6c251c41.tar.gz
tdenetwork-9cb8c6c00f79d91afabd3d302e60e6ab6c251c41.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kopete/libkopete/PORTING')
-rw-r--r--kopete/libkopete/PORTING2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/PORTING b/kopete/libkopete/PORTING
index 21634bba..4f094482 100644
--- a/kopete/libkopete/PORTING
+++ b/kopete/libkopete/PORTING
@@ -2,7 +2,7 @@ Porting from Kopete 0.9 to Kopete 0.10
*) KopetePluginManager has been renamed Kopete::PluginManager
- .) QMap<KPluginInfo *, KopetePlugin *> loadedPlugins( const QString &category = QString::null ) const;
+ .) QMap<KPluginInfo *, KopetePlugin *> loadedPlugins( const TQString &category = TQString::null ) const;
the QMap has been replaced by a QPtrList<KopetePlugin> the KPluginInfo is not interesting here.
.) addressBookFields( KopetePlugin *p ) has been removed
.) pluginName, pluginId, pluginIcon has been removed (they are acessible from pluginInfo)