summaryrefslogtreecommitdiffstats
path: root/KMFSysTray/app.h
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/app.h
parentd9f2e70b9379766e6b0fe575e736d1da9c95b0c8 (diff)
downloadkmyfirewall-8397fbc1d58823161b021e029b5a849f01d5cc36.tar.gz
kmyfirewall-8397fbc1d58823161b021e029b5a849f01d5cc36.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'KMFSysTray/app.h')
-rw-r--r--KMFSysTray/app.h2
1 files changed, 1 insertions, 1 deletions
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();