summaryrefslogtreecommitdiffstats
path: root/kdvi/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:18:35 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:18:35 -0600
commitf71394031a5e1c3b315081a98000f242b461ca8c (patch)
tree54081035a0fdae2cadbf9d7df74a9a4e4cd46925 /kdvi/main.cpp
parente5ce3b4175f2e72788b49b9ed46c722784218dad (diff)
downloadtdegraphics-f71394031a5e1c3b315081a98000f242b461ca8c.tar.gz
tdegraphics-f71394031a5e1c3b315081a98000f242b461ca8c.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kdvi/main.cpp')
-rw-r--r--kdvi/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdvi/main.cpp b/kdvi/main.cpp
index 2f3defbd..6b85af9d 100644
--- a/kdvi/main.cpp
+++ b/kdvi/main.cpp
@@ -31,8 +31,8 @@ static const char description[] = I18N_NOOP("A previewer for Device Independent
int main(int argc, char** argv)
{
- KAboutData about ("kdvi", I18N_NOOP("KDVI"), "1.4",
- description, KAboutData::License_GPL,
+ TDEAboutData about ("kdvi", I18N_NOOP("KDVI"), "1.4",
+ description, TDEAboutData::License_GPL,
"Markku Hinhala, Stephan Kebekus",
I18N_NOOP("This program displays Device Independent (DVI) files which are produced by the TeX typesetting system.\n"
"This KDVI version is based on original code from KDVI version 0.43 and xdvik."));