summaryrefslogtreecommitdiffstats
path: root/src/regexps.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/regexps.h')
-rw-r--r--src/regexps.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/regexps.h b/src/regexps.h
index 16f0e55..3fb6449 100644
--- a/src/regexps.h
+++ b/src/regexps.h
@@ -11,13 +11,13 @@
#ifndef REGEXPS_H
#define REGEXPS_H
-#include <qstring.h>
-#include <qregexp.h>
+#include <tqstring.h>
+#include <tqregexp.h>
-static const QString rxs_pkgname("\\w[\\w+-.]+");
-static const QString rxs_revision("\\w[.+\\w]*");
+static const TQString rxs_pkgname("\\w[\\w+-.]+");
+static const TQString rxs_revision("\\w[.+\\w]*");
-bool match_dversion(QString version);
+bool match_dversion(TQString version);
#endif