summaryrefslogtreecommitdiffstats
path: root/kitchensync/libqopensync/environment.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kitchensync/libqopensync/environment.cpp')
-rw-r--r--kitchensync/libqopensync/environment.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchensync/libqopensync/environment.cpp b/kitchensync/libqopensync/environment.cpp
index d878c61d5..f0d918083 100644
--- a/kitchensync/libqopensync/environment.cpp
+++ b/kitchensync/libqopensync/environment.cpp
@@ -103,7 +103,7 @@ Group Environment::groupAt( int pos ) const
return group;
}
-Group Environment::groupByName( const QString &name ) const
+Group Environment::groupByName( const TQString &name ) const
{
Group group;
@@ -152,7 +152,7 @@ Plugin Environment::pluginAt( int pos ) const
return plugin;
}
-Plugin Environment::pluginByName( const QString &name ) const
+Plugin Environment::pluginByName( const TQString &name ) const
{
Plugin plugin;