Rename KApplication to TDEApplication to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent d7120b9627
commit 2e9d979822

@ -1013,9 +1013,9 @@ extern "C"
{ {
int kdemain(int argc, char **argv) int kdemain(int argc, char **argv)
{ {
// We use KApplication instead of KInstance here, because we use a // We use TDEApplication instead of KInstance here, because we use a
// config dialog and such gui stuff. // config dialog and such gui stuff.
KApplication app(argc, argv, "kio_locate", false, true); TDEApplication app(argc, argv, "kio_locate", false, true);
DEBUGSTR << "*** Starting kio_locate " << endl; DEBUGSTR << "*** Starting kio_locate " << endl;

Loading…
Cancel
Save