diff options
Diffstat (limited to 'kitchensync/libqopensync/conversion.h')
-rw-r--r-- | kitchensync/libqopensync/conversion.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchensync/libqopensync/conversion.h b/kitchensync/libqopensync/conversion.h index 327f8b475..e4b32c580 100644 --- a/kitchensync/libqopensync/conversion.h +++ b/kitchensync/libqopensync/conversion.h @@ -22,7 +22,7 @@ #ifndef QSYNC_CONVERSION_H #define QSYNC_CONVERSION_H -#include <qstringlist.h> +#include <tqstringlist.h> class OSyncEnv; @@ -44,7 +44,7 @@ class Conversion /** Returns the list of names of supported object types. */ - QStringList objectTypes() const; + TQStringList objectTypes() const; private: OSyncEnv *mEnvironment; |