summaryrefslogtreecommitdiffstats
path: root/lib/kofficeui/Kolinewidthaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficeui/Kolinewidthaction.h')
-rw-r--r--lib/kofficeui/Kolinewidthaction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficeui/Kolinewidthaction.h b/lib/kofficeui/Kolinewidthaction.h
index a2b1dfe4..fe1ed705 100644
--- a/lib/kofficeui/Kolinewidthaction.h
+++ b/lib/kofficeui/Kolinewidthaction.h
@@ -30,7 +30,7 @@
class KOFFICEUI_EXPORT KoLineWidthAction : public KoSelectAction
{
Q_OBJECT
- TQ_OBJECT
+
public:
/** Constructs a KoLineWidthAction with a text and an icon.
* @param text The text that will be displayed.
@@ -88,7 +88,7 @@ class KOFFICEUI_EXPORT KoLineWidthAction : public KoSelectAction
class KoLineWidthChooser : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoLineWidthChooser(TQWidget* parent = 0, const char* name = 0);
~KoLineWidthChooser();