diff options
Diffstat (limited to 'src/commandline.cpp')
-rw-r--r-- | src/commandline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commandline.cpp b/src/commandline.cpp index fd49ca9..c9e9f78 100644 --- a/src/commandline.cpp +++ b/src/commandline.cpp @@ -40,7 +40,7 @@ public: TQString cmd; }; -CommandLine::CommandLine(KCmdLineArgs*_args) +CommandLine::CommandLine(TDECmdLineArgs*_args) { m_args = _args; m_data = new CommandLineData; |