diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-06 00:38:29 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-02 19:04:47 +0200 |
commit | c1a037c8d0250886e3e984d6171d798b5a60dc9d (patch) | |
tree | f19518053464bcc742d9029f68ec33b377465dbf /kdeui/kcolordrag.h | |
parent | 18aecb8ec08ac370cb99e78e63acee0275e6334c (diff) | |
download | tdelibs-c1a037c8d0250886e3e984d6171d798b5a60dc9d.tar.gz tdelibs-c1a037c8d0250886e3e984d6171d798b5a60dc9d.zip |
Rename tqencodedData to fix bindings
(cherry picked from commit ca1f1a08ecb01139487ff2f0591f97b97164c4e4)
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 e33e5796f..7f0cd1ba3 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 tqencodedData ( const char * m ) const; + virtual TQByteArray encodedData ( const char * m ) const; /** * Sets the color of the drag to @p col. |