diff options
Diffstat (limited to 'kuickshow/src/kuickshow.cpp')
-rw-r--r-- | kuickshow/src/kuickshow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kuickshow/src/kuickshow.cpp b/kuickshow/src/kuickshow.cpp index 9c8bdf1e..86be3f7a 100644 --- a/kuickshow/src/kuickshow.cpp +++ b/kuickshow/src/kuickshow.cpp @@ -119,7 +119,7 @@ KuickShow::KuickShow( const char *name ) bool isDir = false; // true if we get a directory on the commandline // parse commandline options - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); // files to display // either a directory to display, an absolute path, a relative path, or a URL |