diff options
Diffstat (limited to 'tdeui/tdetoolbar.h')
-rw-r--r-- | tdeui/tdetoolbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/tdetoolbar.h b/tdeui/tdetoolbar.h index cf3a162df..adbb5b521 100644 --- a/tdeui/tdetoolbar.h +++ b/tdeui/tdetoolbar.h @@ -645,7 +645,7 @@ public: * You can do with this whatever you want, * except change its height (hardcoded). If you change its width * you will probably have to call TQToolBar::updateRects(true) - * @see QWidget + * @see TQWidget * @see updateRects() */ TQWidget *getWidget (int id); // ### KDE4: make this const! |