summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/codeimport/classimport.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/codeimport/classimport.h')
-rw-r--r--umbrello/umbrello/codeimport/classimport.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/umbrello/umbrello/codeimport/classimport.h b/umbrello/umbrello/codeimport/classimport.h
index 351ddec5..e9820aa1 100644
--- a/umbrello/umbrello/codeimport/classimport.h
+++ b/umbrello/umbrello/codeimport/classimport.h
@@ -12,7 +12,7 @@
#ifndef CLASSIMPORT_H
#define CLASSIMPORT_H
-#include <qstringlist.h>
+#include <tqstringlist.h>
/**
* Interfaces classparser library to uml models
@@ -32,12 +32,12 @@ public:
*
* @param files List of files to import.
*/
- void importFiles(const QStringList &files);
+ void importFiles(const TQStringList &files);
/**
* Factory method.
*/
- static ClassImport *createImporterByFileExt(const QString &filename);
+ static ClassImport *createImporterByFileExt(const TQString &filename);
protected:
/**
@@ -54,7 +54,7 @@ protected:
*
* @param filename The file to import.
*/
- virtual void parseFile(const QString& filename) = 0;
+ virtual void parseFile(const TQString& filename) = 0;
};