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 /kteatime/timeedit.h | |
parent | 59a076e9336f1eebda8650437e6bc61077be1516 (diff) | |
download | tdetoys-251c4d87e52794911ea960530258703584dfd93a.tar.gz tdetoys-251c4d87e52794911ea960530258703584dfd93a.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'kteatime/timeedit.h')
-rw-r--r-- | kteatime/timeedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kteatime/timeedit.h b/kteatime/timeedit.h index c614f57..7ff162f 100644 --- a/kteatime/timeedit.h +++ b/kteatime/timeedit.h @@ -67,7 +67,7 @@ signals: protected: TQSpinBox *minuteBox; WrappingSpinBox *secondBox; - TQBoxLayout* tqlayout; + TQBoxLayout* layout; }; #endif |