diff options
Diffstat (limited to 'kpager/kpager.h')
-rw-r--r-- | kpager/kpager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpager/kpager.h b/kpager/kpager.h index 8911e1619..b82b43dff 100644 --- a/kpager/kpager.h +++ b/kpager/kpager.h @@ -57,7 +57,7 @@ protected: bool m_reallyClose; }; -class KPager : public QFrame +class KPager : public TQFrame { Q_OBJECT @@ -76,7 +76,7 @@ public: KWin::WindowInfo* info( WId win ); - TQSize sizeHint() const; + TQSize tqsizeHint() const; enum LayoutTypes { Classical=0, Horizontal, Vertical }; |