summaryrefslogtreecommitdiffstats
path: root/knetattach
diff options
context:
space:
mode:
Diffstat (limited to 'knetattach')
-rw-r--r--knetattach/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knetattach/main.cpp b/knetattach/main.cpp
index 99c700291..6d3f65b9d 100644
--- a/knetattach/main.cpp
+++ b/knetattach/main.cpp
@@ -34,7 +34,7 @@ int main(int argc, char **argv) {
about.addAuthor("George Staikos", I18N_NOOP("Primary author and maintainer"), "staikos@kde.org");
- KCmdLineArgs::init(argc, argv, &about);
+ TDECmdLineArgs::init(argc, argv, &about);
KApplication a;
KNetAttach na;