summaryrefslogtreecommitdiffstats
path: root/libkcal
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-08 12:22:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-08 18:03:43 +0900
commit33b2a9cc7dc561872d96ef9f42d894497e2e7c42 (patch)
tree3b2f3205410a69b37a753c8c1e17f99f16a4c182 /libkcal
parentcd4b0ac22608120ad003f575a1640e1ddc7703df (diff)
downloadtdepim-33b2a9cc7dc561872d96ef9f42d894497e2e7c42.tar.gz
tdepim-33b2a9cc7dc561872d96ef9f42d894497e2e7c42.zip
Drop TQT_TQ*_OBJECT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libkcal')
-rw-r--r--libkcal/incidenceformatter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/incidenceformatter.cpp b/libkcal/incidenceformatter.cpp
index da3a7aae0..785a681bd 100644
--- a/libkcal/incidenceformatter.cpp
+++ b/libkcal/incidenceformatter.cpp
@@ -2837,7 +2837,7 @@ TQString IncidenceFormatter::msTNEFToVPart( const TQByteArray& tnef )
ICalFormat calFormat;
Event* event = new Event();
- if( parser.openDevice( &TQT_TQIODEVICE_OBJECT(buf) ) ) {
+ if( parser.openDevice( &buf ) ) {
KTNEFMessage* tnefMsg = parser.message();
//TQMap<int,KTNEFProperty*> props = parser.message()->properties();