summaryrefslogtreecommitdiffstats
path: root/kfax/viewfax.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kfax/viewfax.cpp')
-rw-r--r--kfax/viewfax.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kfax/viewfax.cpp b/kfax/viewfax.cpp
index 26a98613..e0531352 100644
--- a/kfax/viewfax.cpp
+++ b/kfax/viewfax.cpp
@@ -165,7 +165,7 @@ int viewfaxmain()
/* TODO Do I need to know this: */
defaultpage.expander = g31expand;
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
if (args->isSet("height"))
{
@@ -234,7 +234,7 @@ int viewfaxmain()
}
if (defaultpage.expander == g4expand && defaultpage.height == 0) {
- KCmdLineArgs::usage("--height value is required to interpret raw g4 faxes\n");
+ TDECmdLineArgs::usage("--height value is required to interpret raw g4 faxes\n");
}
firstpage = lastpage = thispage = helppage = auxpage = 0;