summaryrefslogtreecommitdiffstats
path: root/lib/kofficeui/kcoloractions.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-01 15:02:43 -0600
committerTimothy Pearson <[email protected]>2013-02-01 15:02:43 -0600
commitaea627236e4de24599c3e30617cf264c3c1b7d40 (patch)
tree467e13ca5a7eb0ab292259289ecc3572f53c5eae /lib/kofficeui/kcoloractions.h
parent786304c6211f35ddc4cdd54b7aa7985fef4a2e70 (diff)
downloadkoffice-aea627236e4de24599c3e30617cf264c3c1b7d40.tar.gz
koffice-aea627236e4de24599c3e30617cf264c3c1b7d40.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'lib/kofficeui/kcoloractions.h')
-rw-r--r--lib/kofficeui/kcoloractions.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/kofficeui/kcoloractions.h b/lib/kofficeui/kcoloractions.h
index 3ca03c62..db832d8b 100644
--- a/lib/kofficeui/kcoloractions.h
+++ b/lib/kofficeui/kcoloractions.h
@@ -26,7 +26,7 @@
* An action whose pixmap is automatically generated from a color.
* It knows three types of pixmaps: text color, frame color and background color
*/
-class KColorAction : public KAction
+class KColorAction : public TDEAction
{
Q_OBJECT
@@ -65,7 +65,7 @@ private:
};
-class KSelectColorAction : public KAction
+class TDESelectColorAction : public TDEAction
{
Q_OBJECT
@@ -76,10 +76,10 @@ public:
FillColor
};
- KSelectColorAction( const TQString& text, Type type,
+ TDESelectColorAction( const TQString& text, Type type,
const TQObject* receiver, const char* slot,
- KActionCollection* parent, const char* name );
- virtual ~KSelectColorAction();
+ TDEActionCollection* parent, const char* name );
+ virtual ~TDESelectColorAction();
virtual int plug( TQWidget* w, int index = -1 );