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/main.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/main.cpp')
-rw-r--r-- | KMFSysTray/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |