summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/codeimport/cppimport.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/codeimport/cppimport.h')
-rw-r--r--umbrello/umbrello/codeimport/cppimport.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/umbrello/umbrello/codeimport/cppimport.h b/umbrello/umbrello/codeimport/cppimport.h
index 3d5d8195..bf980bf4 100644
--- a/umbrello/umbrello/codeimport/cppimport.h
+++ b/umbrello/umbrello/codeimport/cppimport.h
@@ -12,7 +12,7 @@
#ifndef CPPIMPORT_H
#define CPPIMPORT_H
-#include <qstring.h>
+#include <tqstring.h>
#include "classimport.h"
class CppDriver;
@@ -39,7 +39,7 @@ protected:
*
* @param filename The file to import.
*/
- void parseFile(const QString& filename);
+ void parseFile(const TQString& filename);
private:
/**
@@ -49,10 +49,10 @@ private:
* in proper order so that references between UML objects are created
* properly.
*/
- void feedTheModel(const QString& fileName);
+ void feedTheModel(const TQString& fileName);
static CppDriver * ms_driver;
- static QStringList ms_seenFiles; ///< auxiliary buffer for feedTheModel()
+ static TQStringList ms_seenFiles; ///< auxiliary buffer for feedTheModel()
};