diff options
author | Timothy Pearson <[email protected]> | 2013-01-20 00:14:52 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-20 00:14:52 -0600 |
commit | 1ad423d43bfed127171bdfe8685e1d957eecf957 (patch) | |
tree | 25727a855108dcdcaa0b9d37732beb5ec7ed6a08 /kdat/main.cpp | |
parent | f7e4bdd856bc418cebaaa7ad09010ab389fc4fbc (diff) | |
download | tdeadmin-1ad423d43bfed127171bdfe8685e1d957eecf957.tar.gz tdeadmin-1ad423d43bfed127171bdfe8685e1d957eecf957.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'kdat/main.cpp')
-rw-r--r-- | kdat/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdat/main.cpp b/kdat/main.cpp index 7a70f8d..9d4c27a 100644 --- a/kdat/main.cpp +++ b/kdat/main.cpp @@ -75,7 +75,7 @@ int main( int argc, char** argv ) TDECmdLineArgs::init( argc, argv, &aboutData ); aboutData.addAuthor( "Lawrence Widman", 0, "[email protected]"); // TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options. - KApplication app; + TDEApplication app; app.setMainWidget( KDatMainWindow::getInstance() ); |