summaryrefslogtreecommitdiffstats
path: root/src/translators/gcfilmsimporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translators/gcfilmsimporter.h')
-rw-r--r--src/translators/gcfilmsimporter.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/translators/gcfilmsimporter.h b/src/translators/gcfilmsimporter.h
index 8fa9a0d..9dca11d 100644
--- a/src/translators/gcfilmsimporter.h
+++ b/src/translators/gcfilmsimporter.h
@@ -17,7 +17,7 @@
#include "textimporter.h"
#include "../datavectors.h"
-class QRegExp;
+class TQRegExp;
namespace Tellico {
namespace Import {
@@ -27,6 +27,7 @@ namespace Tellico {
*/
class GCfilmsImporter : public TextImporter {
Q_OBJECT
+ TQ_OBJECT
public:
/**
@@ -39,17 +40,17 @@ public:
virtual Data::CollPtr collection();
/**
*/
- virtual QWidget* widget(QWidget*, const char*) { return 0; }
+ virtual TQWidget* widget(TQWidget*, const char*) { return 0; }
virtual bool canImport(int type) const;
public slots:
void slotCancel();
private:
- static QString splitJoin(const QRegExp& rx, const QString& s);
+ static TQString splitJoin(const TQRegExp& rx, const TQString& s);
- void readGCfilms(const QString& text);
- void readGCstar(const QString& text);
+ void readGCfilms(const TQString& text);
+ void readGCstar(const TQString& text);
Data::CollPtr m_coll;
bool m_cancelled;