From 9cb8c6c00f79d91afabd3d302e60e6ab6c251c41 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 25 Sep 2023 12:27:45 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro --- kopete/libkopete/API-TODO | 2 +- kopete/libkopete/PORTING | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kopete/libkopete') diff --git a/kopete/libkopete/API-TODO b/kopete/libkopete/API-TODO index 4914b00c..65e81dc1 100644 --- a/kopete/libkopete/API-TODO +++ b/kopete/libkopete/API-TODO @@ -206,7 +206,7 @@ Richard's proposal: (email questions to the list or to kde@metafoo.co.uk) ones from the new chain, but it's probably not essential. - interactions with a chat view - the ChatWindow component above is actually the ChatWindowFilter. it's - owned by the filter chain, and so should not be a QWidget. + owned by the filter chain, and so should not be a TQWidget. - when a chat view is closed, it drops its reference to the various message chains. but the receive chain will still exist if there's an incoming message that's still being processed. therefore: 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 loadedPlugins( const QString &category = QString::null ) const; + .) QMap loadedPlugins( const TQString &category = TQString::null ) const; the QMap has been replaced by a QPtrList the KPluginInfo is not interesting here. .) addressBookFields( KopetePlugin *p ) has been removed .) pluginName, pluginId, pluginIcon has been removed (they are acessible from pluginInfo) -- cgit v1.2.1