diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 23:59:26 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 23:59:26 -0600 |
commit | b016a1ebdbc90151f83ce220bfd05460bf71b0a5 (patch) | |
tree | c887f7d178ff0d7fea5e755aff53bdcc37459e2e | |
parent | 8fcac2ddbb95cf50b73f33492c18d61a2d79eb49 (diff) | |
download | kstreamripper-b016a1ebdbc90151f83ce220bfd05460bf71b0a5.tar.gz kstreamripper-b016a1ebdbc90151f83ce220bfd05460bf71b0a5.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
-rw-r--r-- | src/main.cpp | 2 |
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(); |