Replace various '#define' strings - part 6

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/5/head
Michele Calgaro 5 months ago
parent 78502278cb
commit 50e1749611
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -75,8 +75,8 @@ public:
//! Sets the scrollbar position.
virtual void setScrollbarPosition(int pos);
virtual TQObject * getTQObject() { return TQT_TQOBJECT(this); }
virtual TQWidget * getTQWidget() { return TQT_TQWIDGET(this); }
virtual TQObject * getTQObject() { return this; }
virtual TQWidget * getTQWidget() { return this; }
static TQString decodeUrl( const TQString &url );

Loading…
Cancel
Save