summaryrefslogtreecommitdiffstats
path: root/kworldwatch
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:23:37 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:23:37 -0600
commit251c4d87e52794911ea960530258703584dfd93a (patch)
tree52bc7638a0dad40e8f7005f575d3679ad5e5c20c /kworldwatch
parent59a076e9336f1eebda8650437e6bc61077be1516 (diff)
downloadtdetoys-251c4d87e52794911ea960530258703584dfd93a.tar.gz
tdetoys-251c4d87e52794911ea960530258703584dfd93a.zip
Rename obsolete tq methods to standard names
Diffstat (limited to 'kworldwatch')
-rw-r--r--kworldwatch/flow.cpp2
-rw-r--r--kworldwatch/flow.h2
-rw-r--r--kworldwatch/zoneclock.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/kworldwatch/flow.cpp b/kworldwatch/flow.cpp
index cb35521..519ed85 100644
--- a/kworldwatch/flow.cpp
+++ b/kworldwatch/flow.cpp
@@ -1,7 +1,7 @@
/****************************************************************************
** $Id$
**
-** Implementing your own tqlayout: flow example
+** Implementing your own layout: flow example
**
** Copyright (C) 1996 by Trolltech AS. All rights reserved.
**
diff --git a/kworldwatch/flow.h b/kworldwatch/flow.h
index ed13ad4..e027e64 100644
--- a/kworldwatch/flow.h
+++ b/kworldwatch/flow.h
@@ -1,7 +1,7 @@
/****************************************************************************
** $Id$
**
-** Definition of simple flow tqlayout for custom tqlayout example
+** Definition of simple flow layout for custom layout example
**
** Created : 979899
**
diff --git a/kworldwatch/zoneclock.cpp b/kworldwatch/zoneclock.cpp
index 9f1c953..5e50100 100644
--- a/kworldwatch/zoneclock.cpp
+++ b/kworldwatch/zoneclock.cpp
@@ -122,7 +122,7 @@ void ZoneClock::editClock()
_name = _dlg->ClockCaption->text().append(":");
_nameLabel->setText(_dlg->ClockCaption->text().append(":"));
updateTime();
- tqlayout()->invalidate();
+ layout()->invalidate();
emit changed();
}