diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-08 12:22:12 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-08 19:32:27 +0900 |
| commit | 99823e03205ce40e9539caf0e41125a4b81d6329 (patch) | |
| tree | f2bd772ad596eed79374356ee7b7d301a4be3bee /libkcal/incidenceformatter.cpp | |
| parent | efa55080160c7b88c4052c2567439c324f646614 (diff) | |
| download | tdepim-99823e03205ce40e9539caf0e41125a4b81d6329.tar.gz tdepim-99823e03205ce40e9539caf0e41125a4b81d6329.zip | |
Drop TQT_TQ*_OBJECT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 33b2a9cc7dc561872d96ef9f42d894497e2e7c42)
Diffstat (limited to 'libkcal/incidenceformatter.cpp')
| -rw-r--r-- | libkcal/incidenceformatter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/incidenceformatter.cpp b/libkcal/incidenceformatter.cpp index da3a7aae..785a681b 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(); |
