From 8c59c3314c1c10f726cbeef7c558fd1c9044d3bf Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:00:16 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 83b42aa..00546de 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -116,10 +116,10 @@ int main ( int argc, char *argv[] ) TDECmdLineArgs::init ( argc, argv, &aboutData); // Add options from other components - KApplication::addCmdLineOptions(); + TDEApplication::addCmdLineOptions(); TDECmdLineArgs::addCmdLineOptions ( options ); - KApplication a; + TDEApplication a; KVpnc *kvpnc = new KVpnc ( &a ); DCOPClient* dcop = a.dcopClient(); -- cgit v1.2.1