[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/kstyles/highcolor
From:       Dirk Mueller <mueller () kde ! org>
Date:       2002-12-29 13:30:13
[Download RAW message or body]

CVS commit by mueller: 

use static, avoiding symbol clashes


  M +8 -9      highcolor.cpp   1.47


--- kdelibs/kstyles/highcolor/highcolor.cpp  #1.46:1.47
@@ -81,12 +81,11 @@ Q_EXPORT_PLUGIN( HighColorStylePlugin )
 
 
-// ### Remove globals
-QBitmap lightBmp;
-QBitmap grayBmp;
-QBitmap dgrayBmp;
-QBitmap centerBmp;
-QBitmap maskBmp;
-QBitmap xBmp;
-QIntDict<GradientSet> gDict;
+static QBitmap lightBmp;
+static QBitmap grayBmp;
+static QBitmap dgrayBmp;
+static QBitmap centerBmp;
+static QBitmap maskBmp;
+static QBitmap xBmp;
+static QIntDict<GradientSet> gDict;
 
 static const int itemFrame       = 1;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic