summaryrefslogtreecommitdiffstats
path: root/src/app/main.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-10 10:29:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-10 10:29:45 +0900
commitebee8a024a015b117e10d5c830fd0c05a0c98b60 (patch)
treebe5cccf0e165642617a3e0375b958461fcfede8d /src/app/main.cpp
parent5e3b4d55cedec238ae04c3023fb0edf9682404f3 (diff)
downloadkrusader-ebee8a024a015b117e10d5c830fd0c05a0c98b60.tar.gz
krusader-ebee8a024a015b117e10d5c830fd0c05a0c98b60.zip
Don't use old TQt compatibility code and remove RELEASE_NAME support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/app/main.cpp')
-rw-r--r--src/app/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/app/main.cpp b/src/app/main.cpp
index d36f734..cb4d158 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,