diff options
Diffstat (limited to 'knotes')
-rw-r--r-- | knotes/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knotes/main.cpp b/knotes/main.cpp index 92de2630c..f1f78c5b3 100644 --- a/knotes/main.cpp +++ b/knotes/main.cpp @@ -117,7 +117,7 @@ int main( int argc, char* argv[] ) aboutData.addCredit("Harri Porten", 0, "porten@kde.org"); aboutData.addCredit("Espen Sand", 0, "espen@kde.org"); - KCmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::init( argc, argv, &aboutData ); KUniqueApplication::addCmdLineOptions(); |