From 9be14601e7df06147db62483fe210c83fc1bf734 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:01:31 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 2ad3d44..d39cd33 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -44,7 +44,7 @@ int main(int argc, char **argv) about.addAuthor( "Pawel Nawrocki", 0, "pnawrocki@interia.pl" ); TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; WirelessAssistant *mainWin = 0; mainWin = new WirelessAssistant(); mainWin->setCaption( TQString("%1 %2").arg(description).arg(version) ); -- cgit v1.2.3