summaryrefslogtreecommitdiffstats
path: root/kdpkg
diff options
context:
space:
mode:
Diffstat (limited to 'kdpkg')
-rw-r--r--kdpkg/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdpkg/main.cpp b/kdpkg/main.cpp
index 3db3fc5..d79f6a7 100644
--- a/kdpkg/main.cpp
+++ b/kdpkg/main.cpp
@@ -55,8 +55,8 @@ int main(int argc, char **argv)
- KCmdLineArgs::init(argc, argv, about);
- KCmdLineArgs::addCmdLineOptions( options );
+ TDECmdLineArgs::init(argc, argv, about);
+ TDECmdLineArgs::addCmdLineOptions( options );
KApplication app;
kdpkg *mainWin = 0;
@@ -64,7 +64,7 @@ int main(int argc, char **argv)
if (!app.isRestored())
{
// no session.. just start up normally
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
TQString url;