summaryrefslogtreecommitdiffstats
path: root/src/lccnvalidator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lccnvalidator.h')
-rw-r--r--src/lccnvalidator.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lccnvalidator.h b/src/lccnvalidator.h
index 60ab807..27a7366 100644
--- a/src/lccnvalidator.h
+++ b/src/lccnvalidator.h
@@ -14,7 +14,7 @@
#ifndef TELLICO_LCCNVALIDATOR_H
#define TELLICO_LCCNVALIDATOR_H
-#include <qvalidator.h>
+#include <tqvalidator.h>
namespace Tellico {
@@ -28,16 +28,16 @@ namespace Tellico {
* - 2001-1114
* - gm 71-2450
*/
-class LCCNValidator : public QRegExpValidator {
+class LCCNValidator : public TQRegExpValidator {
public:
- LCCNValidator(QObject* parent);
+ LCCNValidator(TQObject* tqparent);
/**
* Returns the formalized version as dictated by LOC search
* http://catalog.loc.gov/help/number.htm
*/
- static QString formalize(const QString& value);
+ static TQString formalize(const TQString& value);
};
}