summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kate/make/plugin_katemake.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/make/plugin_katemake.cpp b/kate/make/plugin_katemake.cpp
index 6cfa9e8..73f61cb 100644
--- a/kate/make/plugin_katemake.cpp
+++ b/kate/make/plugin_katemake.cpp
@@ -283,7 +283,7 @@ LinePopup::LinePopup(TQWidget *p,const char *n,WFlags f) :
KPassivePopup(p,n,f),
fLoc(-1,-1)
{
- ASSERT(!one);
+ Q_ASSERT(!one);
one=this;
}