Coding style..

This commit is contained in:
Vesa
2014-02-24 18:38:37 +02:00
parent 79edbf7f52
commit 3e22c747d7

View File

@@ -23,8 +23,8 @@
*/
#ifndef _KNOB_H
#define _KNOB_H
#ifndef KNOB_H
#define KNOB_H
#include <QtGui/QWidget>
#include <QtCore/QPoint>
@@ -36,7 +36,7 @@
class QPixmap;
class textFloat;
#define SMOOTH_FACTOR 0.125f
#define KNOB_SMOOTH_FACTOR 0.125f
enum knobTypes
{