summaryrefslogtreecommitdiffstats
path: root/kontact/interfaces
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 12:24:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 12:29:08 +0900
commit33ba77ee894fb6368e3804458ddd52ea1a1f0909 (patch)
treec2fa9505373e0a8b85c9c8b6764dc329e882168a /kontact/interfaces
parent929e1f08c9b4a2288ed122bbc54d8f25ace71375 (diff)
downloadtdepim-33ba77ee894fb6368e3804458ddd52ea1a1f0909.tar.gz
tdepim-33ba77ee894fb6368e3804458ddd52ea1a1f0909.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 'kontact/interfaces')
-rw-r--r--kontact/interfaces/core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/interfaces/core.cpp b/kontact/interfaces/core.cpp
index 3c270aa83..5cc30c2c0 100644
--- a/kontact/interfaces/core.cpp
+++ b/kontact/interfaces/core.cpp
@@ -71,7 +71,7 @@ KParts::ReadOnlyPart *Core::createPart( const char *libname )
KParts::ReadOnlyPart *pimPart = dynamic_cast<KParts::ReadOnlyPart*>( part );
if ( pimPart ) {
mParts.insert( libname, pimPart );
- QObject::connect( pimPart, TQT_SIGNAL( destroyed( TQObject * ) ),
+ TQObject::connect( pimPart, TQT_SIGNAL( destroyed( TQObject * ) ),
TQT_SLOT( slotPartDestroyed( TQObject * ) ) );
} else {
// TODO move to KParts::ComponentFactory