summaryrefslogtreecommitdiff
path: root/src/webpluginfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webpluginfactory.cpp')
-rw-r--r--src/webpluginfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webpluginfactory.cpp b/src/webpluginfactory.cpp
index 0a47aef8..d4a1bfe1 100644
--- a/src/webpluginfactory.cpp
+++ b/src/webpluginfactory.cpp
@@ -83,7 +83,7 @@ QObject *WebPluginFactory::create(const QString &mimeType,
return 0;
default:
- kDebug() << "oh oh.. this should NEVER happen..";
+ ASSERT_NOT_REACHED("oh oh.. this should NEVER happen..");
break;
}