diff options
Diffstat (limited to 'kparts')
-rw-r--r-- | kparts/tests/ghostview.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kparts/tests/ghostview.cpp b/kparts/tests/ghostview.cpp index a1ace7720..d7cf9d102 100644 --- a/kparts/tests/ghostview.cpp +++ b/kparts/tests/ghostview.cpp @@ -101,10 +101,10 @@ static const char description[] = "This is a test shell for the kghostview part. int main( int argc, char **argv ) { - KCmdLineArgs::init(argc, argv, "ghostviewtest", description, version); - KCmdLineArgs::addCmdLineOptions( options ); // Add my own options. + TDECmdLineArgs::init(argc, argv, "ghostviewtest", description, version); + TDECmdLineArgs::addCmdLineOptions( options ); // Add my own options. KApplication app; - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); Shell *shell = new Shell; if ( args->count() == 1 ) { |