summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/codeimport/pythonimport.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/codeimport/pythonimport.h')
-rw-r--r--umbrello/umbrello/codeimport/pythonimport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/umbrello/umbrello/codeimport/pythonimport.h b/umbrello/umbrello/codeimport/pythonimport.h
index 41fea0d4..d5c62a91 100644
--- a/umbrello/umbrello/codeimport/pythonimport.h
+++ b/umbrello/umbrello/codeimport/pythonimport.h
@@ -38,7 +38,7 @@ protected:
/**
* Implement abstract operation from NativeImportBase.
*/
- void fillSource(const QString& line);
+ void fillSource(const TQString& line);
/**
* Reimplement operation from NativeImportBase.
@@ -48,7 +48,7 @@ protected:
* Removal of Python's indentation sensitivity simplifies subsequent
* processing using Umbrello's native import framework.
*/
- bool preprocess(QString& line);
+ bool preprocess(TQString& line);
/**
* Skip ahead to outermost closing brace