diff options
Diffstat (limited to 'kreversi/kzoommainwindow.h')
-rw-r--r-- | kreversi/kzoommainwindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kreversi/kzoommainwindow.h b/kreversi/kzoommainwindow.h index dee04139..73acd539 100644 --- a/kreversi/kzoommainwindow.h +++ b/kreversi/kzoommainwindow.h @@ -56,7 +56,7 @@ public: * widget is called whenever the zoom is changed. * This function assumes that the topLevelWidget() is the KZoomMainWindow. */ - static void addWidget(QWidget *widget); + static void addWidget(TQWidget *widget); uint zoom() const { return m_zoom; } @@ -74,7 +74,7 @@ protected: void init(const char *popupName = 0); virtual void setZoom(uint zoom); - virtual bool eventFilter(QObject *o, QEvent *e); + virtual bool eventFilter(TQObject *o, TQEvent *e); virtual bool queryExit(); /** You need to implement this method since different application @@ -124,7 +124,7 @@ private: uint m_minZoom; uint m_maxZoom; - QPtrList<QWidget> m_widgets; + TQPtrList<TQWidget> m_widgets; KAction *m_zoomInAction; KAction *m_zoomOutAction; |