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.h | |
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.h')
-rw-r--r-- | KMFSysTray/app.h | 2 |
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(); |