diff options
Diffstat (limited to 'src/urlbutton.h')
-rw-r--r-- | src/urlbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbutton.h b/src/urlbutton.h index 8ee4e16..4b56f96 100644 --- a/src/urlbutton.h +++ b/src/urlbutton.h @@ -38,7 +38,7 @@ class TQPainter; class URLButton : public TQPushButton { Q_OBJECT - TQ_OBJECT + public: URLButton(URLNavigator* parent); |