diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:23:37 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:23:37 -0600 |
commit | 251c4d87e52794911ea960530258703584dfd93a (patch) | |
tree | 52bc7638a0dad40e8f7005f575d3679ad5e5c20c /kworldwatch/zoneclock.cpp | |
parent | 59a076e9336f1eebda8650437e6bc61077be1516 (diff) | |
download | tdetoys-251c4d87e52794911ea960530258703584dfd93a.tar.gz tdetoys-251c4d87e52794911ea960530258703584dfd93a.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'kworldwatch/zoneclock.cpp')
-rw-r--r-- | kworldwatch/zoneclock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |