diff options
Diffstat (limited to 'kitchensync/libqopensync/plugin.h')
-rw-r--r-- | kitchensync/libqopensync/plugin.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kitchensync/libqopensync/plugin.h b/kitchensync/libqopensync/plugin.h index e951dfffa..d26c2826c 100644 --- a/kitchensync/libqopensync/plugin.h +++ b/kitchensync/libqopensync/plugin.h @@ -22,7 +22,7 @@ #ifndef QSYNC_PLUGIN_H #define QSYNC_PLUGIN_H -#include <qstring.h> +#include <tqstring.h> class OSyncPlugin; @@ -45,17 +45,17 @@ class Plugin /** Returns the name of the plugin. */ - QString name() const; + TQString name() const; /** Returns the long name of the plugin. */ - QString longName() const; + TQString longName() const; /** Returns the description of the plugin. */ - QString description() const; + TQString description() const; private: OSyncPlugin *mPlugin; |