diff options
author | Timothy Pearson <[email protected]> | 2013-01-19 23:55:35 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-19 23:55:35 -0600 |
commit | 8397fbc1d58823161b021e029b5a849f01d5cc36 (patch) | |
tree | 8bfe716fe35aeb609247ffebba45c0e69153af97 /KMFSysTray/app.cpp | |
parent | d9f2e70b9379766e6b0fe575e736d1da9c95b0c8 (diff) | |
download | kmyfirewall-8397fbc1d58823161b021e029b5a849f01d5cc36.tar.gz kmyfirewall-8397fbc1d58823161b021e029b5a849f01d5cc36.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'KMFSysTray/app.cpp')
-rw-r--r-- | KMFSysTray/app.cpp | 2 |
1 files changed, 1 insertions, 1 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 |