From 95e28f5bcadbf0ac052c4f29d77b4ab5e6648d1b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:24:38 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- src/main_assistant.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main_assistant.cpp') diff --git a/src/main_assistant.cpp b/src/main_assistant.cpp index 25e7202a..8f8214b2 100644 --- a/src/main_assistant.cpp +++ b/src/main_assistant.cpp @@ -78,7 +78,7 @@ int main(int argc, char *argv[]) TDECmdLineArgs::addCmdLineOptions( options ); // TDECmdLineArgs* args = TDECmdLineArgs::parsedArgs(); - KApplication app; + TDEApplication app; KDevAssistantExtension::init(); -- cgit v1.2.3