diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 23:53:34 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 23:53:34 -0600 |
commit | 666bfdd491ff517207cf008a3b4e412b51015651 (patch) | |
tree | 5630f00ab4dbd891ef1cc5a1eb3e350b188a74d0 /src/app/main.cpp | |
parent | d088a3cec7282afe34b731d1abf44fada42d9cad (diff) | |
download | filelight-666bfdd491ff517207cf008a3b4e412b51015651.tar.gz filelight-666bfdd491ff517207cf008a3b4e412b51015651.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src/app/main.cpp')
-rw-r--r-- | src/app/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/main.cpp b/src/app/main.cpp index 11107cd..b315cc9 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -37,7 +37,7 @@ int main( int argc, char *argv[] ) TDECmdLineArgs::init( argc, argv, &about ); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; if (!app.isRestored()) { MainWindow *mw = new MainWindow(); |