diff options
Diffstat (limited to 'kpager/desktop.h')
-rw-r--r-- | kpager/desktop.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpager/desktop.h b/kpager/desktop.h index 74997dba3..bfaef5baf 100644 --- a/kpager/desktop.h +++ b/kpager/desktop.h @@ -35,7 +35,7 @@ class KPopupMenu; class TQPainter; class TQPoint; -class Desktop : public QWidget +class Desktop : public TQWidget { Q_OBJECT @@ -74,7 +74,7 @@ public: static void removeCachedPixmap(int nWin) { m_windowPixmaps.remove(nWin); }; - TQSize sizeHint() const; + TQSize tqsizeHint() const; /** * active is a bool that specifies if the frame is the active |