summaryrefslogtreecommitdiffstats
path: root/kdvi/dvisourcesplitter.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdvi/dvisourcesplitter.h')
-rw-r--r--kdvi/dvisourcesplitter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdvi/dvisourcesplitter.h b/kdvi/dvisourcesplitter.h
index 5253ce4a..35b84e7a 100644
--- a/kdvi/dvisourcesplitter.h
+++ b/kdvi/dvisourcesplitter.h
@@ -24,11 +24,11 @@ public:
TQString filePath() { return m_fileInfo.absFilePath(); }
bool fileExists() { return m_fileInfo.exists(); }
- Q_UINT32 line() { return m_line; }
+ TQ_UINT32 line() { return m_line; }
private:
TQFileInfo m_fileInfo;
- Q_UINT32 m_line;
+ TQ_UINT32 m_line;
bool m_exists;
};
#endif