diff options
Diffstat (limited to 'kreversi/kzoommainwindow.h')
-rw-r--r-- | kreversi/kzoommainwindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kreversi/kzoommainwindow.h b/kreversi/kzoommainwindow.h index 73acd539..a27b61a4 100644 --- a/kreversi/kzoommainwindow.h +++ b/kreversi/kzoommainwindow.h @@ -47,6 +47,7 @@ class KToggleAction; class KZoomMainWindow : public KMainWindow { Q_OBJECT + TQ_OBJECT public: /** Constructor. */ KZoomMainWindow(uint minZoom, uint maxZoom, uint zoomStep, @@ -54,7 +55,7 @@ public: /** Add a widget to be managed i.e. the adjustSize() method of the * widget is called whenever the zoom is changed. - * This function assumes that the topLevelWidget() is the KZoomMainWindow. + * This function assumes that the tqtopLevelWidget() is the KZoomMainWindow. */ static void addWidget(TQWidget *widget); |