diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 23:53:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 23:53:44 -0600 |
commit | 4d3c1787513cb6c17f4e087bcf5e25b801731d94 (patch) | |
tree | e82c7e7e03f7c760013daa37a4bc3c5129a39b84 /src/imageutils | |
parent | 4ff6dfc573c9413a887afd35ec2d6825e60067bc (diff) | |
download | gwenview-4d3c1787513cb6c17f4e087bcf5e25b801731d94.tar.gz gwenview-4d3c1787513cb6c17f4e087bcf5e25b801731d94.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src/imageutils')
-rw-r--r-- | src/imageutils/testjpegcontent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imageutils/testjpegcontent.cpp b/src/imageutils/testjpegcontent.cpp index 50e35f6..1518127 100644 --- a/src/imageutils/testjpegcontent.cpp +++ b/src/imageutils/testjpegcontent.cpp @@ -203,7 +203,7 @@ int main(int argc, char* argv[]) { bool result; KAboutData aboutData("testjpegcontent", "testjpegcontent", "0"); TDECmdLineArgs::init( argc, argv, &aboutData ); - KApplication kapplication; + TDEApplication kapplication; // Reading info ImageUtils::JPEGContent content; |