summaryrefslogtreecommitdiffstats
path: root/kdbg/envvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdbg/envvar.h')
-rw-r--r--kdbg/envvar.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdbg/envvar.h b/kdbg/envvar.h
index 20339b2..c63c45b 100644
--- a/kdbg/envvar.h
+++ b/kdbg/envvar.h
@@ -9,16 +9,16 @@
/*
* Description of environment variables. Note that the name of the variable
- * is given as the key in the QDict, so we don't repeat it here.
+ * is given as the key in the TQDict, so we don't repeat it here.
*/
-class QListViewItem;
+class TQListViewItem;
struct EnvVar {
- QString value;
+ TQString value;
enum EnvVarStatus { EVclean, EVdirty, EVnew, EVdeleted };
EnvVarStatus status;
- QListViewItem* item;
+ TQListViewItem* item;
};
#endif // ENVVAR_H