diff options
Diffstat (limited to 'korn/intid.h')
-rw-r--r-- | korn/intid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/intid.h b/korn/intid.h index ab4b4d3cc..34a68092e 100644 --- a/korn/intid.h +++ b/korn/intid.h @@ -40,7 +40,7 @@ public: * Return a string representation of this (for debugging purposes only) * @return a string representation */ - virtual QString toString() const; + virtual TQString toString() const; /** * Create an exact copy of this. |