From 5f5ee2367157176ed223b86343eb0a9e4022e020 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:52:55 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1157653 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- superkaramba/src/svcgrp_python.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'superkaramba/src/svcgrp_python.cpp') diff --git a/superkaramba/src/svcgrp_python.cpp b/superkaramba/src/svcgrp_python.cpp index 5a59c82..8b827ec 100644 --- a/superkaramba/src/svcgrp_python.cpp +++ b/superkaramba/src/svcgrp_python.cpp @@ -19,7 +19,7 @@ #include #include "task_python.h" -#include +#include #include #include "karamba.h" #include "svcgrp_python.h" @@ -122,7 +122,7 @@ static PyObject *getServiceGroups(const char *rel_path) KServiceGroup::List sl = root->entries(true, excludeNoDisplay_, true, detailed_ && !detailedNamesFirst_); - QStringList suppressGenericNames = root->suppressGenericNames(); + TQStringList suppressGenericNames = root->suppressGenericNames(); KServiceGroup::List::ConstIterator it = sl.begin(); for (; it != sl.end(); ++it) -- cgit v1.2.1