From 2595a15ebeb6fc46b7cb241d01ec0c2460ec2111 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 2 Jul 2011 06:40:27 +0000 Subject: TQt4 port tellico This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/tellico@1239054 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/lccnvalidator.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lccnvalidator.h') 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 +#include 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); }; } -- cgit v1.2.1