summaryrefslogtreecommitdiffstats
path: root/kitchensync/libqopensync/filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'kitchensync/libqopensync/filter.h')
-rw-r--r--kitchensync/libqopensync/filter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kitchensync/libqopensync/filter.h b/kitchensync/libqopensync/filter.h
index 55e3099e1..f10ac18f4 100644
--- a/kitchensync/libqopensync/filter.h
+++ b/kitchensync/libqopensync/filter.h
@@ -22,7 +22,7 @@
#ifndef QSYNC_FILTER_H
#define QSYNC_FILTER_H
-#include <qstring.h>
+#include <tqstring.h>
class OSyncFilter;
@@ -45,12 +45,12 @@ class Filter
Sets the configuration string of this filter. The format of
string is filter specific.
*/
- void setConfiguration( const QString &configuration );
+ void setConfiguration( const TQString &configuration );
/**
Returns the configuration string of this filter.
*/
- QString configuration() const;
+ TQString configuration() const;
bool operator==( const Filter &filter ) const { return mFilter == filter.mFilter; }