summaryrefslogtreecommitdiffstats
path: root/kdecore/kcmdlineargs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdecore/kcmdlineargs.cpp')
-rw-r--r--kdecore/kcmdlineargs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/kcmdlineargs.cpp b/kdecore/kcmdlineargs.cpp
index 6a032f748..3e70156cd 100644
--- a/kdecore/kcmdlineargs.cpp
+++ b/kdecore/kcmdlineargs.cpp
@@ -83,7 +83,7 @@ protected:
virtual TQDataStream& read( TQDataStream &s, TQPtrCollection::Item &item)
{
- TQCString *str = new QCString;
+ TQCString *str = new TQCString;
s >> (*str);
item = (void *)str;
return s;