summaryrefslogtreecommitdiffstats
path: root/konq-plugins/akregator/pluginbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'konq-plugins/akregator/pluginbase.h')
-rw-r--r--konq-plugins/akregator/pluginbase.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/konq-plugins/akregator/pluginbase.h b/konq-plugins/akregator/pluginbase.h
index 8dcecf5..0bb24b9 100644
--- a/konq-plugins/akregator/pluginbase.h
+++ b/konq-plugins/akregator/pluginbase.h
@@ -48,12 +48,12 @@ class PluginBase
/**
* Adds feed to aKregator via DCOP.
*/
- void addFeedsViaDCOP(const QStringList& urls);
+ void addFeedsViaDCOP(const TQStringList& urls);
/**
* Adds feed to aKregator via command line.
*/
- void addFeedViaCmdLine(QString url);
- QString fixRelativeURL(const QString &s, const KURL &baseurl);
+ void addFeedViaCmdLine(TQString url);
+ TQString fixRelativeURL(const TQString &s, const KURL &baseurl);
};
}