summaryrefslogtreecommitdiffstats
path: root/tdeabc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-09 17:18:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-09 17:18:13 +0900
commit23278d259378e17087bf9aeaa5e45974dfb74bce (patch)
tree6f823898e2ef1c01fc119740aa337e885db4d4f8 /tdeabc
parentc0b74ba868682f39c41a9f70ae11297425b711e1 (diff)
downloadtdelibs-23278d259378e17087bf9aeaa5e45974dfb74bce.tar.gz
tdelibs-23278d259378e17087bf9aeaa5e45974dfb74bce.zip
Drop TQT_TQ*_CONST defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeabc')
-rw-r--r--tdeabc/vcardtool.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeabc/vcardtool.cpp b/tdeabc/vcardtool.cpp
index 423bfad19..71246497f 100644
--- a/tdeabc/vcardtool.cpp
+++ b/tdeabc/vcardtool.cpp
@@ -139,7 +139,7 @@ TQString VCardTool::createVCards( Addressee::List list, VCard::Version version )
card.addLine( createAgent( version, (*addrIt).agent() ) );
// BDAY
- card.addLine( VCardLine( "BDAY", createDateTime( (*addrIt).birthday()) ) ) );
+ card.addLine( VCardLine( "BDAY", createDateTime( (*addrIt).birthday()) ) );
// CATEGORIES
if ( version == VCard::v3_0 ) {
@@ -262,7 +262,7 @@ TQString VCardTool::createVCards( Addressee::List list, VCard::Version version )
card.addLine( VCardLine( "PRODID", TQString((*addrIt).productId()) ) );
// REV
- card.addLine( VCardLine( "REV", createDateTime( (*addrIt).revision()) ) ) );
+ card.addLine( VCardLine( "REV", createDateTime( (*addrIt).revision()) ) );
// ROLE
VCardLine roleLine( "ROLE", TQString((*addrIt).role()) );