summaryrefslogtreecommitdiffstats
path: root/kdat/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:14:52 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:14:52 -0600
commit1ad423d43bfed127171bdfe8685e1d957eecf957 (patch)
tree25727a855108dcdcaa0b9d37732beb5ec7ed6a08 /kdat/main.cpp
parentf7e4bdd856bc418cebaaa7ad09010ab389fc4fbc (diff)
downloadtdeadmin-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.cpp2
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, "kdat@cardiothink.com");
// TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options.
- KApplication app;
+ TDEApplication app;
app.setMainWidget( KDatMainWindow::getInstance() );