[Kst] extragear/graphics/kst/kst

George Staikos staikos at kde.org
Tue Jun 14 18:50:53 CEST 2005


SVN commit 425394 by staikos:



 M  +5 -0      kst.cpp  


--- trunk/extragear/graphics/kst/kst/kst.cpp #425393:425394
@@ -88,6 +88,7 @@
 #define KST_STATUSBAR_DATA   1
 #define KST_STATUSBAR_STATUS 2
 
+#define KST_QUICKSTART_DLG
 
 static KstApp *inst = 0L;
 
@@ -140,7 +141,9 @@
   _labelDialog = new KstLabelDialogI(this);
   _graphicDialog = new GraphicEditorI(this);
   _monochromeDialog = new KstMonochromeDialogI(this);
+#ifdef KST_QUICKSTART_DLG  
   _quickStartDialog = new KstQuickStartDialogI(this, 0 , true);
+#endif
 
   connect(_labelDialog, SIGNAL(applied()), doc, SLOT(wasModified()));
   connect(KstVectorDialogI::globalInstance(), SIGNAL(modified()), doc, SLOT(wasModified()));
@@ -2125,9 +2128,11 @@
 }
 
 void KstApp::showQuickStartDialog() {
+#ifdef KST_QUICKSTART_DLG  
   if (KstSettings::globalSettings()->showQuickStart) {
     _quickStartDialog->show_I();
   }
+#endif
 }
 
 #include "kst.moc"


More information about the Kst mailing list