From 24857cad8e92c27bc7d7377549ae887adbeccc58 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 24 Jul 2013 09:59:06 -0500 Subject: Convert to TDE R14 API --- src/palettecfg.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/palettecfg.h') 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 -#include +#include /** *@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 -- cgit v1.2.1