summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/import_rose.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/import_rose.h')
-rw-r--r--umbrello/umbrello/import_rose.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/umbrello/umbrello/import_rose.h b/umbrello/umbrello/import_rose.h
index b5090db3..6ab84da2 100644
--- a/umbrello/umbrello/import_rose.h
+++ b/umbrello/umbrello/import_rose.h
@@ -12,7 +12,7 @@
#ifndef IMPORT_ROSE__H
#define IMPORT_ROSE__H
-#include <qiodevice.h>
+#include <tqiodevice.h>
/**
* Rose model import
@@ -28,7 +28,7 @@ namespace Import_Rose {
*
* @return True for success, false in case of error.
*/
- bool loadFromMDL(QIODevice & file);
+ bool loadFromMDL(TQIODevice & file);
}