diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 12:24:30 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 12:29:08 +0900 |
commit | 33ba77ee894fb6368e3804458ddd52ea1a1f0909 (patch) | |
tree | c2fa9505373e0a8b85c9c8b6764dc329e882168a /kontact/DESIGN.dcopinteraction | |
parent | 929e1f08c9b4a2288ed122bbc54d8f25ace71375 (diff) | |
download | tdepim-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/DESIGN.dcopinteraction')
-rw-r--r-- | kontact/DESIGN.dcopinteraction | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/DESIGN.dcopinteraction b/kontact/DESIGN.dcopinteraction index 950b9eea3..d51fd8863 100644 --- a/kontact/DESIGN.dcopinteraction +++ b/kontact/DESIGN.dcopinteraction @@ -57,7 +57,7 @@ In the kontact plugin * Don't use dcopClient() until the part is loaded * After loading the part, you might want to create a DCOP stub to use some of its methods (do both in a loadPart() method, e.g.). -* Implement createDCOPInterface( const QString& serviceType ), to +* Implement createDCOPInterface( const TQString& serviceType ), to load the part if the serviceType is one provided by it. See KAddressbookPlugin (plugins/kaddressbook/*) for a working example. |