summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/widgets/tqmenudata.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-17 18:20:57 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-17 18:20:57 -0500
commite33879600503bacc0b4ef090f7f79ab80bb6b0da (patch)
tree44e01ee5c450ceb24586533757815b685c27cb9d /experimental/tqtinterface/qt4/src/widgets/tqmenudata.cpp
parent10df383d2a019c4972a49273a3872c2e5489c7ff (diff)
downloadtde-e33879600503bacc0b4ef090f7f79ab80bb6b0da.tar.gz
tde-e33879600503bacc0b4ef090f7f79ab80bb6b0da.zip
Rename tqsize* to size*
Diffstat (limited to 'experimental/tqtinterface/qt4/src/widgets/tqmenudata.cpp')
-rw-r--r--experimental/tqtinterface/qt4/src/widgets/tqmenudata.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/tqtinterface/qt4/src/widgets/tqmenudata.cpp b/experimental/tqtinterface/qt4/src/widgets/tqmenudata.cpp
index 2f0fd808d..cb2932f6c 100644
--- a/experimental/tqtinterface/qt4/src/widgets/tqmenudata.cpp
+++ b/experimental/tqtinterface/qt4/src/widgets/tqmenudata.cpp
@@ -1471,7 +1471,7 @@ TQString TQMenuData::whatsThis( int id ) const
\ingroup misc
A custom menu item is a menu item that is defined by two pure
- virtual functions, paint() and tqsizeHint(). The size hint tells the
+ virtual functions, paint() and sizeHint(). The size hint tells the
menu how much space it needs to reserve for this item, and paint
is called whenever the item needs painting.
@@ -1575,7 +1575,7 @@ bool TQCustomMenuItem::isSeparator() const
/*!
- \fn TQSize TQCustomMenuItem::tqsizeHint();
+ \fn TQSize TQCustomMenuItem::sizeHint();
Returns the item's size hint.
*/