From bce8199ddac4feecdee9c094fb8f75863cfa9652 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: Remove the tq in front of these incorrectly TQt4-converted methods/data members: tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpovmodeler/pmviewlayoutmanager.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'kpovmodeler/pmviewlayoutmanager.h') diff --git a/kpovmodeler/pmviewlayoutmanager.h b/kpovmodeler/pmviewlayoutmanager.h index 686472c3..1ef04eba 100644 --- a/kpovmodeler/pmviewlayoutmanager.h +++ b/kpovmodeler/pmviewlayoutmanager.h @@ -198,11 +198,11 @@ private: }; /** - * Singleton that contains the view tqlayouts available. + * Singleton that contains the view layouts available. * - * It interacts with @ref PMShell to create the view tqlayouts. - * The class maintains a list of tqlayouts as well as the name of the default - * tqlayout. The tqlayouts are stored in a XML file caled viewtqlayouts.xml. + * It interacts with @ref PMShell to create the view layouts. + * The class maintains a list of layouts as well as the name of the default + * tqlayout. The layouts are stored in a XML file caled viewlayouts.xml. */ class PMViewLayoutManager { @@ -217,7 +217,7 @@ public: static PMViewLayoutManager* theManager( ); /** - * Returns the list of available view tqlayouts + * Returns the list of available view layouts */ TQStringList availableLayouts( ); /** @@ -237,7 +237,7 @@ public: */ void displayDefaultLayout( PMShell* shell ); /** - * Loads all tqlayouts from the configuration file + * Loads all layouts from the configuration file */ void loadData( ); /** @@ -261,15 +261,15 @@ public: */ PMViewLayout* findLayout( const TQString& name ); /** - * Returns the list of available tqlayouts + * Returns the list of available layouts */ - TQValueList tqlayouts( ) { return m_layouts; } + TQValueList layouts( ) { return m_layouts; } /** - * Sets the list of available tqlayouts + * Sets the list of available layouts */ void setLayouts( const TQValueList& l ) { m_layouts = l; } /** - * Fill the available tqlayouts menu + * Fill the available layouts menu */ void fillPopupMenu( KPopupMenu* pMenu ); private: -- cgit v1.2.1