summaryrefslogtreecommitdiffstats
path: root/kghostview
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:45:41 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:45:41 -0600
commit78b4b738d3bd15c2c820bb566c4725f7cea1ff8d (patch)
treeed9cc8dc203cf9cf98a1768602bef9caebc70763 /kghostview
parent580d345952faf597f69347256e0ad3411725988a (diff)
downloadtdegraphics-78b4b738d3bd15c2c820bb566c4725f7cea1ff8d.tar.gz
tdegraphics-78b4b738d3bd15c2c820bb566c4725f7cea1ff8d.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kghostview')
-rw-r--r--kghostview/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kghostview/main.cpp b/kghostview/main.cpp
index e777e15b..e3621342 100644
--- a/kghostview/main.cpp
+++ b/kghostview/main.cpp
@@ -28,7 +28,7 @@
#include "kgv_view.h"
#include "displayoptions.h"
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "page <page-no>", I18N_NOOP( "Page to open. Use --page=3 to show the third page, for example. Note that if the page does not exist, any other page may be displayed" ), "1" },
{ "scale <factor>", I18N_NOOP( "Magnification of the display" ), "1.0" },
@@ -40,7 +40,7 @@ static KCmdLineOptions options[] =
// { "watch", I18N_NOOP( "Turns on watching of a file. This means that whenever the file changes while you are viewing it, kghostview automatically reloads it. This option (which can also be turned on in the menu) is especially useful if you are generating your files from latex or a similar tool." ), 0 },
// { "page-size", I18N_NOOP( "The page size.\nUse either something like \"A4\" or you can display exact pixel size width-height" ), "auto" }
{ "+[URL]", I18N_NOOP( "Location to open" ), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main( int argc, char** argv )