diff options
Diffstat (limited to 'src/app/main.cpp')
| -rw-r--r-- | src/app/main.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/app/main.cpp b/src/app/main.cpp index d36f734..7295e56 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -104,11 +104,7 @@ int main(int argc, char *argv[]) { // ============ end icon-stuff =========== // ABOUT data information -#ifdef RELEASE_NAME - TQString versionName = TQString("%1 \"%2\"").arg(VERSION).arg(RELEASE_NAME); -#else TQString versionName = VERSION; -#endif TDEAboutData aboutData( "krusader", ( geteuid() ? I18N_NOOP("Krusader") : I18N_NOOP("Krusader - ROOT PRIVILEGES")), versionName.latin1(), description, TDEAboutData::License_GPL, @@ -246,3 +242,5 @@ int main(int argc, char *argv[]) { // let's go. return app.exec(); } + +#include "krusaderapp.moc" |
