From d6d75dc9ff326e0bd6fc673adae71d53277fb8e4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:23:08 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- kmobile/testlibkmobile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmobile') diff --git a/kmobile/testlibkmobile.cpp b/kmobile/testlibkmobile.cpp index e8ff8558..1f43cc9b 100644 --- a/kmobile/testlibkmobile.cpp +++ b/kmobile/testlibkmobile.cpp @@ -13,7 +13,7 @@ int main(int argc, char **argv) { bool ok; - KApplication app(argc, argv, "kmobile_client", false); + TDEApplication app(argc, argv, "kmobile_client", false); // get our DCOP client and attach so that we may use it DCOPClient *client = app.dcopClient(); -- cgit v1.2.3