From 495d08bc2db58ee7fc4ea55a7158f2f61b82fc56 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 3 Jan 2011 20:16:47 +0000 Subject: Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1211357 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpager/kpager.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kpager/kpager.h') diff --git a/kpager/kpager.h b/kpager/kpager.h index 8911e1619..22b3c2fea 100644 --- a/kpager/kpager.h +++ b/kpager/kpager.h @@ -76,7 +76,7 @@ public: KWin::WindowInfo* info( WId win ); - TQSize sizeHint() const; + TQSize tqsizeHint() const; enum LayoutTypes { Classical=0, Horizontal, Vertical }; @@ -119,9 +119,9 @@ protected: const TQString lWidth(); const TQString lHeight(); - LayoutTypes m_layoutType; + LayoutTypes m_tqlayoutType; - class TQGridLayout *m_layout; + class TQGridLayout *m_tqlayout; KPopupMenu *m_mnu; TQPopupMenu *m_smnu, *m_dmnu; KAction *m_quit_action; -- cgit v1.2.1