summaryrefslogtreecommitdiffstats
path: root/kteatime/timeedit.h
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 /kteatime/timeedit.h
parent59a076e9336f1eebda8650437e6bc61077be1516 (diff)
downloadtdetoys-251c4d87e52794911ea960530258703584dfd93a.tar.gz
tdetoys-251c4d87e52794911ea960530258703584dfd93a.zip
Rename obsolete tq methods to standard names
Diffstat (limited to 'kteatime/timeedit.h')
-rw-r--r--kteatime/timeedit.h2
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