summaryrefslogtreecommitdiffstats
path: root/quanta/src/kqapp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/src/kqapp.cpp')
-rw-r--r--quanta/src/kqapp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/src/kqapp.cpp b/quanta/src/kqapp.cpp
index 1bf2055d..32e1044c 100644
--- a/quanta/src/kqapp.cpp
+++ b/quanta/src/kqapp.cpp
@@ -41,7 +41,7 @@ QuantaApp *quantaApp = 0L; //global pointer to the main application object
#define SPLASH_PICTURE "quantalogo"
KSplash::KSplash()
- : TQFrame( 0L, TQString("Quanta")+QUANTA_VERSION,
+ : TQFrame( 0L, "Quanta" QUANTA_VERSION,
TQWidget::WStyle_NoBorder | TQWidget::WStyle_Customize | WX11BypassWM)
{
TQPixmap pm( UserIcon(SPLASH_PICTURE) );