summaryrefslogtreecommitdiffstats
path: root/kspread/digest.h
diff options
context:
space:
mode:
Diffstat (limited to 'kspread/digest.h')
-rw-r--r--kspread/digest.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kspread/digest.h b/kspread/digest.h
index 92ba04567..aceea9deb 100644
--- a/kspread/digest.h
+++ b/kspread/digest.h
@@ -43,13 +43,13 @@
#ifndef _DIGEST_
#define _DIGEST_
-#include <qcstring.h>
-#include <qstring.h>
+#include <tqcstring.h>
+#include <tqstring.h>
class SHA1
{
public:
- static bool getHash( QString const & text, QCString & hash );
+ static bool getHash( TQString const & text, TQCString & hash );
};
#endif