From 07b6965cbac26077a27faf4071487d9a25fb3aa0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 17 Jul 2011 19:19:26 -0500 Subject: Revert "Rename tqsize* to size*" This reverts commit e33879600503bacc0b4ef090f7f79ab80bb6b0da. --- experimental/tqtinterface/qt4/src/widgets/tqmenudata.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'experimental/tqtinterface/qt4/src/widgets/tqmenudata.cpp') diff --git a/experimental/tqtinterface/qt4/src/widgets/tqmenudata.cpp b/experimental/tqtinterface/qt4/src/widgets/tqmenudata.cpp index cb2932f6c..2f0fd808d 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 sizeHint(). The size hint tells the + virtual functions, paint() and tqsizeHint(). 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::sizeHint(); + \fn TQSize TQCustomMenuItem::tqsizeHint(); Returns the item's size hint. */ -- cgit v1.2.1