Changeset 2968

Show
Ignore:
Timestamp:
04/27/06 21:25:00 (3 years ago)
Author:
madcat
Message:

Compile fix.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • hydranode/hngui/transfertabs.cpp

    r2966 r2968  
    5151        QSettings conf(confDir() + "gui.ini", QSettings::IniFormat); 
    5252        if (conf.value("EnableBars").toBool()) { 
    53                 QPalette palette(palette()); 
     53                QPalette palette(this->palette()); 
    5454                palette.setColor(QPalette::Base, QColor(204, 210, 214, 255)); 
    5555                palette.setColor(QPalette::AlternateBase, QColor(204, 210,214));