summaryrefslogtreecommitdiffstats
path: root/kget/docking.h
diff options
context:
space:
mode:
Diffstat (limited to 'kget/docking.h')
-rw-r--r--kget/docking.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kget/docking.h b/kget/docking.h
index d7c73aac..7d866c88 100644
--- a/kget/docking.h
+++ b/kget/docking.h
@@ -43,7 +43,7 @@ class DynamicTip : public TQToolTip
public:
DynamicTip( TQWidget * parent );
virtual ~DynamicTip() {}//TODO workaround for qt-bug, can be removed after 4.0
- void setStatus( const TQString & _status );
+ void settqStatus( const TQString & _status );
protected:
void maybeTip( const TQPoint & );