--- as_panel.cpp 2003/02/11 14:19:57 1.3
+++ as_panel.cpp 2003/02/12 16:31:43 1.4
@@ -31,21 +31,6 @@
#include <vector>
-#include <qvariant.h>
-#include <qbuttongroup.h>
-#include <qlabel.h>
-#include <qlineedit.h>
-#include <qpushbutton.h>
-#include <qradiobutton.h>
-#include <qcheckbox.h>
-#include <qtabwidget.h>
-#include <qwidget.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-#include <qstylefactory.h>
-#include <qlayout.h>
-
#include "as_panel.h"
#include "as_generic.h"
#include "as_const.h"
@@ -237,7 +222,7 @@
{
this->setCaption(tr("AS Applicate Preferences", "Personal preferences are persistent across sessions"));
- m_pTabselect->changeTab(m_pBoolpage, tr("Styles"));
+ m_pTabselect->changeTab(m_pBoolpage, tr("General"));
m_pTabselect->changeTab(m_pGeneralpage, tr("Paths"));
m_pTabselect->changeTab(m_pRemotepage, tr("Remote"));
@@ -281,7 +266,7 @@
// QToolTip::add(m_pStylegroup, tr("Tooltip for Stylebutton", "Comment for toolTip Stylebutton"));
// QWhatsThis::add(m_pStylegroup, tr("Whatsthis for Stylebutton", "Comment for whatsThis Stylebuttons"));
- m_pSwitchgroup->setTitle(tr("Yes or no options", "Comment for Switchbox"));
+ m_pSwitchgroup->setTitle(tr("Other options", "Comment for Switchbox"));
// QToolTip::add(m_pSwitchgroup, tr("Tooltip for Switchbox", "Comment for toolTip Switchbox"));
// QWhatsThis::add(m_pSwitchgroup, tr("Whatsthis for Switchbutton", "Comment for whatsThis Switchbox"));
}
|