diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:01:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:01:39 -0600 |
commit | b67e69412a59f47e1e9b136a31c1211fa64a847a (patch) | |
tree | 81700d06a96111b0b674a71716e4ae6d29160263 | |
parent | 1c08b99339e66ac48a99e7e45d9c70094b146ece (diff) | |
download | arts-b67e69412a59f47e1e9b136a31c1211fa64a847a.tar.gz arts-b67e69412a59f47e1e9b136a31c1211fa64a847a.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
-rw-r--r-- | qtmcop/qiomanager.h | 2 |
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); |