diff options
Diffstat (limited to 'kpager/kpager.h')
-rw-r--r-- | kpager/kpager.h | 6 |
1 files changed, 3 insertions, 3 deletions
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; |