summaryrefslogtreecommitdiffstats
path: root/parts/outputviews/otherfilter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parts/outputviews/otherfilter.cpp')
-rw-r--r--parts/outputviews/otherfilter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/outputviews/otherfilter.cpp b/parts/outputviews/otherfilter.cpp
index 5f14937c..cd3287c3 100644
--- a/parts/outputviews/otherfilter.cpp
+++ b/parts/outputviews/otherfilter.cpp
@@ -20,7 +20,7 @@ OtherFilter::OtherFilter()
{
}
-void OtherFilter::processLine( const QString& line )
+void OtherFilter::processLine( const TQString& line )
{
emit item( new MakeItem( line ) );
}