summaryrefslogtreecommitdiffstats
path: root/KMFSysTray
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-19 23:55:35 -0600
committerTimothy Pearson <[email protected]>2013-01-19 23:55:35 -0600
commit8397fbc1d58823161b021e029b5a849f01d5cc36 (patch)
tree8bfe716fe35aeb609247ffebba45c0e69153af97 /KMFSysTray
parentd9f2e70b9379766e6b0fe575e736d1da9c95b0c8 (diff)
downloadkmyfirewall-8397fbc1d58823161b021e029b5a849f01d5cc36.tar.gz
kmyfirewall-8397fbc1d58823161b021e029b5a849f01d5cc36.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'KMFSysTray')
-rw-r--r--KMFSysTray/app.cpp2
-rw-r--r--KMFSysTray/app.h2
-rw-r--r--KMFSysTray/main.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/KMFSysTray/app.cpp b/KMFSysTray/app.cpp
index 334a5e8..31c192b 100644
--- a/KMFSysTray/app.cpp
+++ b/KMFSysTray/app.cpp
@@ -33,7 +33,7 @@
#include "mainwidget.h"
*/
-MainApp::MainApp() : KApplication() {
+MainApp::MainApp() : TDEApplication() {
// Get the current application configuration handle
diff --git a/KMFSysTray/app.h b/KMFSysTray/app.h
index 2056072..a1bb7e8 100644
--- a/KMFSysTray/app.h
+++ b/KMFSysTray/app.h
@@ -17,7 +17,7 @@
/**
@author Christian Hubinger
*/
-class MainApp : public KApplication {
+class MainApp : public TDEApplication {
public:
MainApp();
~MainApp();
diff --git a/KMFSysTray/main.cpp b/KMFSysTray/main.cpp
index bfeea63..fc4323f 100644
--- a/KMFSysTray/main.cpp
+++ b/KMFSysTray/main.cpp
@@ -48,7 +48,7 @@ int main( int argc, char *argv[] ) {
TDECmdLineArgs::init( argc, argv, &aboutData );
TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options.
- KApplication a;
+ TDEApplication a;
// Details *mainWid = new Details( 0 );
KMFIPTDocView *mainWid = new KMFIPTDocView( 0 );