Rename KApplication to TDEApplication to avoid conflicts with KDE4

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

@ -1013,9 +1013,9 @@ extern "C"
{
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.
KApplication app(argc, argv, "kio_locate", false, true);
TDEApplication app(argc, argv, "kio_locate", false, true);
DEBUGSTR << "*** Starting kio_locate " << endl;

Loading…
Cancel
Save