diff options
Diffstat (limited to 'blinken/src/main.cpp')
-rw-r--r-- | blinken/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blinken/src/main.cpp b/blinken/src/main.cpp index e6373429..06f9b21d 100644 --- a/blinken/src/main.cpp +++ b/blinken/src/main.cpp @@ -22,7 +22,7 @@ int main(int argc, char *argv[]) about.addAuthor("Albert Astals Cid", I18N_NOOP("Coding"), "tsdgeos@terra.es"); about.addAuthor("Danny Allen", I18N_NOOP("Design, Graphics and Sounds"), "danny@dannyallen.co.uk"); about.addCredit("Steve Jordi", I18N_NOOP("GPL'ed his 'Steve' font so that we could use it"), "steve@sjordi.com"); - KCmdLineArgs::init(argc, argv, &about); + TDECmdLineArgs::init(argc, argv, &about); KApplication app; app.connect(&app, TQT_SIGNAL(lastWindowClosed()), &app, TQT_SLOT(quit())); |