From 94c9dc38220d50d037075127ad46add8a264ef26 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:23:32 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- kuiviewer/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kuiviewer') diff --git a/kuiviewer/main.cpp b/kuiviewer/main.cpp index 7926dc01..998c539c 100644 --- a/kuiviewer/main.cpp +++ b/kuiviewer/main.cpp @@ -50,7 +50,7 @@ int main(int argc, char **argv) TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; // see if we are starting with session management if (app.isRestored()) -- cgit v1.2.1