summaryrefslogtreecommitdiffstats
path: root/qtmcop
diff options
context:
space:
mode:
Diffstat (limited to 'qtmcop')
-rw-r--r--qtmcop/qiomanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtmcop/qiomanager.h b/qtmcop/qiomanager.h
index a1a8b20..b2ee819 100644
--- a/qtmcop/qiomanager.h
+++ b/qtmcop/qiomanager.h
@@ -47,7 +47,7 @@ class QTimeWatch;
* usual way to set it up is:
*
* <pre>
- * KApplication app(argc, argv); // as usual
+ * TDEApplication app(argc, argv); // as usual
*
* Arts::QIOManager qiomanager;
* Arts::Dispatcher dispatcher(&qiomanager);