diff options
Diffstat (limited to 'kdeui/kcolordrag.h')
-rw-r--r-- | kdeui/kcolordrag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeui/kcolordrag.h b/kdeui/kcolordrag.h index 7f0cd1ba3..e33e5796f 100644 --- a/kdeui/kcolordrag.h +++ b/kdeui/kcolordrag.h @@ -48,7 +48,7 @@ public: virtual ~KColorDrag() {} virtual const char *format(int i) const; - virtual TQByteArray encodedData ( const char * m ) const; + virtual TQByteArray tqencodedData ( const char * m ) const; /** * Sets the color of the drag to @p col. |