diff options
Diffstat (limited to 'kdecore/kmultipledrag.h')
-rw-r--r-- | kdecore/kmultipledrag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/kmultipledrag.h b/kdecore/kmultipledrag.h index 2490ec694..47bfbd378 100644 --- a/kdecore/kmultipledrag.h +++ b/kdecore/kmultipledrag.h @@ -80,7 +80,7 @@ public: * @return the data, or a null byte array if not found * @reimp */ - virtual TQByteArray tqencodedData( const char *mime ) const; + virtual TQByteArray encodedData( const char *mime ) const; /** * Returns the @p i'th supported format, or 0. |