summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:59:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:59:26 -0600
commitb016a1ebdbc90151f83ce220bfd05460bf71b0a5 (patch)
treec887f7d178ff0d7fea5e755aff53bdcc37459e2e /src
parent8fcac2ddbb95cf50b73f33492c18d61a2d79eb49 (diff)
downloadkstreamripper-b016a1ebdbc90151f83ce220bfd05460bf71b0a5.tar.gz
kstreamripper-b016a1ebdbc90151f83ce220bfd05460bf71b0a5.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index d43ec75..5de8769 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -38,7 +38,7 @@ int main( int argc, char *argv[] )
aboutApp.addCredit( "Jakub Stachowski", "bksys migration, crash fix" );
TDECmdLineArgs::init( argc, argv, &aboutApp );
- KApplication app;
+ TDEApplication app;
KStreamRipper *mainWidget = new KStreamRipper();