diff options
Diffstat (limited to 'kmail/textsource.h')
-rw-r--r-- | kmail/textsource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/textsource.h b/kmail/textsource.h index 8251a09cc..e02509202 100644 --- a/kmail/textsource.h +++ b/kmail/textsource.h @@ -40,7 +40,7 @@ public: KMTextSource(); ~KMTextSource(); - TQCString text(Q_UINT32 serialNumber) const; + TQCString text(TQ_UINT32 serialNumber) const; }; #endif |