From 95c43a0f38217a41c246b1b324c92cc2cba78e5e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:17:51 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- dcoppython/test/dcopserver/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dcoppython') diff --git a/dcoppython/test/dcopserver/main.cpp b/dcoppython/test/dcopserver/main.cpp index 3a40016e..252ed80c 100644 --- a/dcoppython/test/dcopserver/main.cpp +++ b/dcoppython/test/dcopserver/main.cpp @@ -26,7 +26,7 @@ int main(int argc, char **argv) about.addAuthor( "Julian Rockey", 0, "kde@jrockey.com" ); TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; KDEDcopTest *mainWin = 0; if (app.isRestored()) -- cgit v1.2.1