From b67e69412a59f47e1e9b136a31c1211fa64a847a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:01:39 -0600 Subject: [PATCH] Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- qtmcop/qiomanager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: * *
- * KApplication app(argc, argv);    // as usual
+ * TDEApplication app(argc, argv);    // as usual
  *
  * Arts::QIOManager qiomanager;
  * Arts::Dispatcher dispatcher(&qiomanager);