summaryrefslogtreecommitdiffstats
path: root/libkdeedu/extdate/extdatetime.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:30:46 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-04 04:35:55 +0200
commitb142e177fd839801f225b2694b98095a59869772 (patch)
treee5f615fa20356b9335d4cb76bb5f96aa5d7a334d /libkdeedu/extdate/extdatetime.h
parenta44a56fdf9ce1b7cc987f18c93b505adb9f24297 (diff)
downloadtdeedu-b142e177fd839801f225b2694b98095a59869772.tar.gz
tdeedu-b142e177fd839801f225b2694b98095a59869772.zip
Rename old tq methods that no longer need a unique name
(cherry picked from commit 999f961ff5278b84c8ffd8a91addb9343e589cf0)
Diffstat (limited to 'libkdeedu/extdate/extdatetime.h')
-rw-r--r--libkdeedu/extdate/extdatetime.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libkdeedu/extdate/extdatetime.h b/libkdeedu/extdate/extdatetime.h
index 0ebe324f..479d1fae 100644
--- a/libkdeedu/extdate/extdatetime.h
+++ b/libkdeedu/extdate/extdatetime.h
@@ -88,7 +88,7 @@ public:
bool operator>( const ExtDate &d ) const { return m_jd > d.jd(); }
bool operator>=( const ExtDate &d ) const { return m_jd >= d.jd(); }
- static ExtDate tqcurrentDate( Qt::TimeSpec ts = Qt::LocalTime );
+ static ExtDate currentDate( Qt::TimeSpec ts = Qt::LocalTime );
#ifndef TQT_NO_DATESTRING
static ExtDate fromString( const TQString &s );
static ExtDate fromString( const TQString &s, Qt::DateFormat f );
@@ -162,8 +162,8 @@ public:
bool operator>( const ExtDateTime &dt ) const;
bool operator>=( const ExtDateTime &dt ) const;
- static ExtDateTime tqcurrentDateTime();
- static ExtDateTime tqcurrentDateTime( Qt::TimeSpec );
+ static ExtDateTime currentDateTime();
+ static ExtDateTime currentDateTime( Qt::TimeSpec );
#ifndef TQT_NO_DATESTRING
static ExtDateTime fromString( const TQString &s );
static ExtDateTime fromString( const TQString &s, Qt::DateFormat f );