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/app/mainwindow.cpp | |
parent | 4ff6dfc573c9413a887afd35ec2d6825e60067bc (diff) | |
download | gwenview-4d3c1787513cb6c17f4e087bcf5e25b801731d94.tar.gz gwenview-4d3c1787513cb6c17f4e087bcf5e25b801731d94.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src/app/mainwindow.cpp')
-rw-r--r-- | src/app/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/mainwindow.cpp b/src/app/mainwindow.cpp index be3782d..36e4a5e 100644 --- a/src/app/mainwindow.cpp +++ b/src/app/mainwindow.cpp @@ -453,7 +453,7 @@ void MainWindow::printFile() { KPrinter printer; printer.setDocName(mDocument->filename()); - const KAboutData* pAbout = KApplication::kApplication()->aboutData(); + const KAboutData* pAbout = TDEApplication::kApplication()->aboutData(); TQString nm = pAbout->appName(); nm += "-"; nm += pAbout->version(); |