summaryrefslogtreecommitdiffstats
path: root/src/common/global/about.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/global/about.cpp')
-rw-r--r--src/common/global/about.cpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/common/global/about.cpp b/src/common/global/about.cpp
index 5f1942f..6dc0b80 100644
--- a/src/common/global/about.cpp
+++ b/src/common/global/about.cpp
@@ -8,12 +8,6 @@
***************************************************************************/
#include "about.h"
-#if defined(TQ_WS_WIN)
-# define SVN_REVISION "windows"
-#else
-# include "svn_revision/svn_revision.h"
-#endif
-
//---------------------------------------------------------------------------
const char * const Piklab::URLS[Nb_UrlTypes] = {
"http://piklab.sourceforge.net",
@@ -48,12 +42,12 @@ void Piklab::init(TDEAboutData *about, int argc, char **argv, bool gui, const TD
# if defined(Q_OS_WIN)
printf("%s \"win32\": version %s\n", about->appName(), VERSION);
# else
- printf("%s \"tqt-only\": version %s (rev. %s)\n", about->appName(), VERSION, SVN_REVISION);
+ printf("%s \"tqt-only\": version %s\n", about->appName(), VERSION);
# endif
Q_UNUSED(gui);
Q_ASSERT( !gui );
#else
- printf("%s: version %s (rev. %s)\n", about->appName(), VERSION, SVN_REVISION);
+ printf("%s: version %s\n", about->appName(), VERSION);
if ( !gui ) TDEApplication::disableAutoDcopRegistration();
#endif
TDECmdLineArgs::init(argc, argv, about);