summaryrefslogtreecommitdiffstats
path: root/kbarcode/tec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbarcode/tec.cpp')
-rw-r--r--kbarcode/tec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbarcode/tec.cpp b/kbarcode/tec.cpp
index f0b6ba2..b217f4c 100644
--- a/kbarcode/tec.cpp
+++ b/kbarcode/tec.cpp
@@ -619,7 +619,7 @@ if (etext.contains("[barcode_no_customer]") ){
while( query.next() ) temp = TQString (query.value( 0 ).toString());
etext.replace("[barcode_no_customer]" , temp );
}
-if (etext.contains("[date]") ) etext.replace( "[date]" ,TQDateTime::tqcurrentDateTime().toString( KBarcodeSettings::getDateFormat() ));
+if (etext.contains("[date]") ) etext.replace( "[date]" ,TQDateTime::currentDateTime().toString( KBarcodeSettings::getDateFormat() ));
if (etext.contains("[time]") ) etext.replace( "[time]" ,TQTime::currentTime().toString());
return etext;*/