summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/widgets/tqbutton.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-17 19:19:26 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-17 19:19:26 -0500
commit07b6965cbac26077a27faf4071487d9a25fb3aa0 (patch)
tree8c5910ccfcab2269f7948dbd74a83048cd99d2ac /experimental/tqtinterface/qt4/src/widgets/tqbutton.cpp
parent1c210202b89d0161f34432bc74157a278670f4dc (diff)
downloadtde-07b6965cbac26077a27faf4071487d9a25fb3aa0.tar.gz
tde-07b6965cbac26077a27faf4071487d9a25fb3aa0.zip
Revert "Rename tqsize* to size*"
This reverts commit e33879600503bacc0b4ef090f7f79ab80bb6b0da.
Diffstat (limited to 'experimental/tqtinterface/qt4/src/widgets/tqbutton.cpp')
-rw-r--r--experimental/tqtinterface/qt4/src/widgets/tqbutton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/tqtinterface/qt4/src/widgets/tqbutton.cpp b/experimental/tqtinterface/qt4/src/widgets/tqbutton.cpp
index f0f06bc90..c667fecf3 100644
--- a/experimental/tqtinterface/qt4/src/widgets/tqbutton.cpp
+++ b/experimental/tqtinterface/qt4/src/widgets/tqbutton.cpp
@@ -213,7 +213,7 @@ TQTimer *TQButton::timer()
To subclass TQButton, you must reimplement at least drawButton()
(to draw the button's outline) and drawButtonLabel() (to draw its
text or pixmap). It is generally advisable to reimplement
- sizeHint() as well, and sometimes hitButton() (to determine
+ tqsizeHint() as well, and sometimes hitButton() (to determine
whether a button press is within the button).
To reduce flickering, TQButton::paintEvent() sets up a pixmap that