summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmdeletecommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmdeletecommand.h')
-rw-r--r--kpovmodeler/pmdeletecommand.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kpovmodeler/pmdeletecommand.h b/kpovmodeler/pmdeletecommand.h
index ff67c0bc..d11cf348 100644
--- a/kpovmodeler/pmdeletecommand.h
+++ b/kpovmodeler/pmdeletecommand.h
@@ -25,7 +25,7 @@
#endif
#include "pmcommand.h"
-#include <qstring.h>
+#include <tqstring.h>
#include "pmobject.h"
@@ -79,8 +79,8 @@ private:
bool m_insertError;
};
-typedef QPtrList<PMDeleteInfo> PMDeleteInfoList;
-typedef QPtrListIterator<PMDeleteInfo> PMDeleteInfoListIterator;
+typedef TQPtrList<PMDeleteInfo> PMDeleteInfoList;
+typedef TQPtrListIterator<PMDeleteInfo> PMDeleteInfoListIterator;
/**
* Command class for removing PMObjects
@@ -120,7 +120,7 @@ private:
PMObjectList m_links;
PMObjectList m_linkedDeclares;
bool m_linksCreated;
- QPtrList<PMMemento> m_dataChanges;
+ TQPtrList<PMMemento> m_dataChanges;
};
#endif