summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/codeimport/javaimport.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/codeimport/javaimport.h')
-rw-r--r--umbrello/umbrello/codeimport/javaimport.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/umbrello/umbrello/codeimport/javaimport.h b/umbrello/umbrello/codeimport/javaimport.h
index 30fa2395..05dcbcb1 100644
--- a/umbrello/umbrello/codeimport/javaimport.h
+++ b/umbrello/umbrello/codeimport/javaimport.h
@@ -40,27 +40,27 @@ protected:
/**
* Implement abstract operation from NativeImportBase.
*/
- void fillSource(const QString& word);
+ void fillSource(const TQString& word);
/**
* Keep track of the filename currently being parsed
*/
- void parseFile(const QString& filename);
+ void parseFile(const TQString& filename);
/**
* Try to resolve the specified class the current class depends on
*/
- UMLObject* resolveClass (QString className);
+ UMLObject* resolveClass (TQString className);
/**
* spawn off an import of the specified file
*/
- void spawnImport(QString file);
+ void spawnImport(TQString file);
/**
* figure out if the type is really an array or template of the given typeName
*/
- QString joinTypename(QString typeName);
+ TQString joinTypename(TQString typeName);
/**
* true if the member var or method is declared static
@@ -70,23 +70,23 @@ protected:
/**
* The current filename being parsed
*/
- QString m_currentFileName;
+ TQString m_currentFileName;
/**
* the current package of the file being parsed
*/
- QString m_currentPackage;
+ TQString m_currentPackage;
/**
* the imports included in the current file
*/
- QStringList m_imports;
+ TQStringList m_imports;
/**
* Keep track of the files we have already parsed so we don't
* reparse the same ones over and over again.
*/
- static QStringList s_filesAlreadyParsed;
+ static TQStringList s_filesAlreadyParsed;
/**
* Keep track of the parses so that the filesAlreadyParsed