summaryrefslogtreecommitdiffstats
path: root/kfax
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 /kfax
parent580d345952faf597f69347256e0ad3411725988a (diff)
downloadtdegraphics-78b4b738d3bd15c2c820bb566c4725f7cea1ff8d.tar.gz
tdegraphics-78b4b738d3bd15c2c820bb566c4725f7cea1ff8d.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kfax')
-rw-r--r--kfax/kfax.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kfax/kfax.cpp b/kfax/kfax.cpp
index 1a3d2046..ecb8c285 100644
--- a/kfax/kfax.cpp
+++ b/kfax/kfax.cpp
@@ -1622,7 +1622,7 @@ void setFaxDefaults(){
static const char description[] =
I18N_NOOP("TDE G3/G4 Fax Viewer");
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{"f", 0, 0 },
{"fine", I18N_NOOP( "Fine resolution" ), 0 },
@@ -1644,7 +1644,7 @@ static KCmdLineOptions options[] =
{"2" , I18N_NOOP( "Raw files are g3-2d" ), 0 },
{"4", I18N_NOOP( "Raw files are g4" ), 0 },
{"+file(s)", I18N_NOOP( "Fax file(s) to show" ), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main (int argc, char **argv)