summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KoParagDia.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-17 16:00:39 -0600
committerTimothy Pearson <[email protected]>2012-02-17 16:00:39 -0600
commit2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0 (patch)
treeb2a50806758f457480546bccb342017d9c971bd8 /lib/kotext/KoParagDia.h
parent3464ad940b78776e534eded37c3ae842cae52ad8 (diff)
downloadkoffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.tar.gz
koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'lib/kotext/KoParagDia.h')
-rw-r--r--lib/kotext/KoParagDia.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/kotext/KoParagDia.h b/lib/kotext/KoParagDia.h
index 4fd8f784..18a992c1 100644
--- a/lib/kotext/KoParagDia.h
+++ b/lib/kotext/KoParagDia.h
@@ -72,7 +72,7 @@ class KoParagDecorationTab; // From KoParagDecorationTab.ui
class KOTEXT_EXPORT KoParagLayoutWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
// Constructor: parent widget, flag (PD_SOMETHING) and name
KoParagLayoutWidget( int flag, TQWidget * parent, const char * name = 0 )
@@ -108,7 +108,7 @@ private:
class KOTEXT_EXPORT KoIndentSpacingWidget : public KoParagLayoutWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoIndentSpacingWidget( KoUnit::Unit unit, double _frameWidth, TQWidget * parent,const char * name = 0 );
virtual ~KoIndentSpacingWidget() {}
@@ -152,7 +152,7 @@ private:
class KOTEXT_EXPORT KoParagAlignWidget : public KoParagLayoutWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoParagAlignWidget(bool breakLine, TQWidget * parent, const char * name = 0 );
virtual ~KoParagAlignWidget() {}
@@ -186,7 +186,7 @@ private:
class KOTEXT_EXPORT KoParagDecorationWidget : public KoParagLayoutWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoParagDecorationWidget( TQWidget * parent, const char * name = 0 );
virtual ~KoParagDecorationWidget() {}
@@ -263,7 +263,7 @@ private:
class KOTEXT_EXPORT KoCounterStyleWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoCounterStyleWidget( bool displayDepth= true, bool onlyStyleTypeLetter = false, bool disableAll=false, TQWidget* parent = 0, const char* name = 0 );
@@ -345,7 +345,7 @@ private:
class KOTEXT_EXPORT KoParagCounterWidget : public KoParagLayoutWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoParagCounterWidget( bool disableAll=false ,TQWidget * parent=0L, const char * name = 0 );
@@ -390,7 +390,7 @@ private:
class KoTabulatorsLineEdit : public KoUnitDoubleSpinBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoTabulatorsLineEdit( TQWidget *parent, double lower, double upper, double step, double value = 0.0,
KoUnit::Unit unit = KoUnit::U_PT, unsigned int precision = 2, const char *name = 0 );
@@ -407,7 +407,7 @@ protected:
class KOTEXT_EXPORT KoParagTabulatorsWidget : public KoParagLayoutWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoParagTabulatorsWidget( KoUnit::Unit unit, double _frameWidth, TQWidget * parent, const char * name = 0 );
virtual ~KoParagTabulatorsWidget() {}
@@ -468,7 +468,7 @@ private:
class KoStylePreview : public TQGroupBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoStylePreview( const TQString &title, const TQString &text, TQWidget *parent, const char* name = 0 );
@@ -498,7 +498,7 @@ protected:
class KOTEXT_EXPORT KoParagDia : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum { PD_SPACING = 1, PD_ALIGN = 2, PD_DECORATION = 4, PD_NUMBERING = 8,