summaryrefslogtreecommitdiffstats
path: root/src/palettecfg.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 09:59:06 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 09:59:06 -0500
commit24857cad8e92c27bc7d7377549ae887adbeccc58 (patch)
treee8aa2577506c17c68286ec1b65ae31b89ea0556b /src/palettecfg.h
parentea3a9effca9bebfe18bfb7546da619ecbbb121f3 (diff)
downloadksensors-24857cad8e92c27bc7d7377549ae887adbeccc58.tar.gz
ksensors-24857cad8e92c27bc7d7377549ae887adbeccc58.zip
Convert to TDE R14 API
Diffstat (limited to 'src/palettecfg.h')
-rw-r--r--src/palettecfg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/palettecfg.h b/src/palettecfg.h
index 497be69..12cf4e5 100644
--- a/src/palettecfg.h
+++ b/src/palettecfg.h
@@ -20,7 +20,7 @@
#include <palettecfgdesign.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
/**
*@author Miguel Novas
@@ -29,7 +29,7 @@
class PaletteCfg : public PaletteCfgDesign {
Q_OBJECT
public:
- PaletteCfg(QWidget *parent=0, const char *name=0);
+ PaletteCfg(TQWidget *parent=0, const char *name=0);
~PaletteCfg();
void readPalette(const char *name);
@@ -38,7 +38,7 @@ public:
protected slots:
void slotComboSelected(int index);
- void slotColorChanged(const QColor &newColor);
+ void slotColorChanged(const TQColor &newColor);
void slotPaletteDefault();
private:
@@ -46,7 +46,7 @@ private:
bool palDefault;
const char *groupName;
- void setPanelPalette(const QPalette &pal, bool updateColorButton=false);
+ void setPanelPalette(const TQPalette &pal, bool updateColorButton=false);
};
#endif