diff options
Diffstat (limited to 'knetattach/main.cpp')
-rw-r--r-- | knetattach/main.cpp | 2 |
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; |