summaryrefslogtreecommitdiffstats
path: root/src/viewproperties.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:29:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:29:36 -0600
commit59d9dbf810de71334e1173fa7dda59209c10032c (patch)
tree9091f90565a6b444b49d6624fb9a833930b818fc /src/viewproperties.cpp
parent6f9ad886fd16b883bed1f6fa731bd709de0afb9c (diff)
downloaddolphin-59d9dbf810de71334e1173fa7dda59209c10032c.tar.gz
dolphin-59d9dbf810de71334e1173fa7dda59209c10032c.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/viewproperties.cpp')
-rw-r--r--src/viewproperties.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/viewproperties.cpp b/src/viewproperties.cpp
index ced4b4b..0d34dd4 100644
--- a/src/viewproperties.cpp
+++ b/src/viewproperties.cpp
@@ -229,7 +229,7 @@ void ViewProperties::save()
void ViewProperties::updateTimeStamp()
{
m_changedProps = true;
- m_node.setTimeStamp(TQDateTime::tqcurrentDateTime());
+ m_node.setTimeStamp(TQDateTime::currentDateTime());
}
ViewProperties::Properties::Properties() :