diff options
Diffstat (limited to 'tdegtk/tdegtk-utils.h')
-rw-r--r-- | tdegtk/tdegtk-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdegtk/tdegtk-utils.h b/tdegtk/tdegtk-utils.h index 66be2c9..7841310 100644 --- a/tdegtk/tdegtk-utils.h +++ b/tdegtk/tdegtk-utils.h @@ -210,7 +210,7 @@ //! returns true if given path has given type bool gtk_widget_path_has_type( const GtkWidgetPath*, GType ); - //! returns true if widget is a groupbox (a la Qt) + //! returns true if widget is a groupbox (a la TQt) inline bool gtk_widget_is_groupbox( GtkWidget* widget ) { return |