summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/interfaces/filterinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdevdesigner/interfaces/filterinterface.h')
-rw-r--r--kdevdesigner/interfaces/filterinterface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdevdesigner/interfaces/filterinterface.h b/kdevdesigner/interfaces/filterinterface.h
index 98abd250..bb6b94b8 100644
--- a/kdevdesigner/interfaces/filterinterface.h
+++ b/kdevdesigner/interfaces/filterinterface.h
@@ -50,7 +50,7 @@ struct ImportFilterInterface : public QFeatureListInterface
back one or more .ui files, which it can open then. In the
implementation of the interface you have to return these
filenames, which the filter created, in this function.*/
- virtual QStringList import( const QString &filter, const QString &filename ) = 0;
+ virtual TQStringList import( const TQString &filter, const TQString &filename ) = 0;
};
// *************** INTERNAL *************************
@@ -62,7 +62,7 @@ struct ImportFilterInterface : public QFeatureListInterface
struct ExportFilterInterface : public QFeatureListInterface
{
-// virtual QStringList export( const QString& filter, const QString& filename ) = 0;
+// virtual TQStringList export( const TQString& filter, const TQString& filename ) = 0;
};
#endif