summaryrefslogtreecommitdiffstats
path: root/akregator/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/main.cpp')
-rw-r--r--akregator/src/main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/akregator/src/main.cpp b/akregator/src/main.cpp
index 5c07d0cd..f6a3976c 100644
--- a/akregator/src/main.cpp
+++ b/akregator/src/main.cpp
@@ -22,7 +22,7 @@
without including the source code for Qt in the source distribution.
*/
-#include <qstringlist.h>
+#include <tqstringlist.h>
#include <dcopref.h>
#include <kcmdlineargs.h>
@@ -65,12 +65,12 @@ int Application::newInstance()
akr.send("openStandardFeedList");
}
- QString addFeedGroup = !args->getOption("group").isEmpty()
- ? QString::fromLocal8Bit(args->getOption("group"))
+ TQString addFeedGroup = !args->getOption("group").isEmpty()
+ ? TQString::fromLocal8Bit(args->getOption("group"))
: i18n("Imported Folder");
QCStringList feeds = args->getOptionList("addfeed");
- QStringList feedsToAdd;
+ TQStringList feedsToAdd;
QCStringList::ConstIterator end( feeds.end() );
for (QCStringList::ConstIterator it = feeds.begin(); it != end; ++it)
feedsToAdd.append(*it);