diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:00:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:00:16 -0600 |
commit | 8c59c3314c1c10f726cbeef7c558fd1c9044d3bf (patch) | |
tree | 23bf03b5e926d1a36752c0a3631394297f0f3c4d /src/main.cpp | |
parent | 8c3110de4756b688277bd050a58e58bd03491aea (diff) | |
download | kvpnc-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.cpp | 4 |
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(); |