summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:00:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:00:16 -0600
commit8c59c3314c1c10f726cbeef7c558fd1c9044d3bf (patch)
tree23bf03b5e926d1a36752c0a3631394297f0f3c4d /src/main.cpp
parent8c3110de4756b688277bd050a58e58bd03491aea (diff)
downloadkvpnc-8c59c3314c1c10f726cbeef7c558fd1c9044d3bf.tar.gz
kvpnc-8c59c3314c1c10f726cbeef7c558fd1c9044d3bf.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
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();