summaryrefslogtreecommitdiffstats
path: root/khexedit/lib/kcoltextexport.h
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/lib/kcoltextexport.h')
-rw-r--r--khexedit/lib/kcoltextexport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/lib/kcoltextexport.h b/khexedit/lib/kcoltextexport.h
index d0b3918..0042bae 100644
--- a/khexedit/lib/kcoltextexport.h
+++ b/khexedit/lib/kcoltextexport.h
@@ -29,8 +29,8 @@ namespace KHE
class KColTextExport
{
public: // API
- virtual void printFirstLine( QString &T, int Line ) const = 0;
- virtual void printNextLine( QString &T ) const = 0;
+ virtual void printFirstLine( TQString &T, int Line ) const = 0;
+ virtual void printNextLine( TQString &T ) const = 0;
/** tells how much chars per line are needed */
virtual int charsPerLine() const = 0;
};