~ubuntu-branches/ubuntu/edgy/koffice/edgy-updates

« back to all changes in this revision

Viewing changes to kugar/lib/mlabelobject.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Ben Burton
  • Date: 2004-05-09 11:33:00 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20040509113300-xi5t1z4yxe7n03x7
Tags: upstream-1.3.1
ImportĀ upstreamĀ versionĀ 1.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
    begin     : Wed Aug 11 1999
5
5
    copyright : (C) 1999 by Mutiny Bay Software
6
6
    email     : info@mutinybaysoftware.com
 
7
    copyright : (C) 2002 Alexander Dymo
 
8
    email     : cloudtemple@mksat.net   
7
9
 ***************************************************************************/
8
10
 
9
 
#include <kglobalsettings.h>
 
11
//#include <kglobalsettings.h>
 
12
#include <qfont.h>
10
13
 
11
14
#include "mlabelobject.h"
12
15
 
16
19
  text = "";
17
20
 
18
21
  // Set the default font
19
 
  fontFamily = KGlobalSettings::generalFont().family();
 
22
  QFont defaultFont;
 
23
  fontFamily = defaultFont.family();
20
24
  fontSize = 10;
21
25
  fontWeight = MLabelObject::Normal;
22
26
  fontItalic = false;