summaryrefslogtreecommitdiffstats
path: root/lib/kofficeui/KoContextCelp.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/kofficeui/KoContextCelp.h
parent3464ad940b78776e534eded37c3ae842cae52ad8 (diff)
downloadkoffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.tar.gz
koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'lib/kofficeui/KoContextCelp.h')
-rw-r--r--lib/kofficeui/KoContextCelp.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/kofficeui/KoContextCelp.h b/lib/kofficeui/KoContextCelp.h
index 889e006d..9e466677 100644
--- a/lib/kofficeui/KoContextCelp.h
+++ b/lib/kofficeui/KoContextCelp.h
@@ -33,7 +33,7 @@ class TQSimpleRichText;
class KoVerticalLabel : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoVerticalLabel( TQWidget* parent = 0, const char* name = 0 );
@@ -52,7 +52,7 @@ class KoVerticalLabel : public TQWidget
class KoHelpNavButton : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum NavDirection {
@@ -79,7 +79,7 @@ class KoHelpNavButton : public TQWidget
class KoTinyButton : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum Action {
@@ -108,7 +108,7 @@ class KoTinyButton : public TQWidget
class KoHelpView : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoHelpView( TQWidget* parent );
@@ -134,7 +134,7 @@ class KoHelpView : public TQWidget
class KoHelpWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoHelpWidget( TQString help, TQWidget* parent );
@@ -171,7 +171,7 @@ class KoHelpWidget : public TQWidget
class KoContextHelpPopup : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoContextHelpPopup( TQWidget* parent = 0 );
@@ -217,7 +217,7 @@ class KoContextHelpPopup : public TQWidget
class KOFFICEUI_EXPORT KoContextHelpAction : public KToggleAction
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoContextHelpAction( KActionCollection* parentCollection, TQWidget* parent = 0 );
@@ -240,7 +240,7 @@ class KOFFICEUI_EXPORT KoContextHelpAction : public KToggleAction
class KoContextHelpWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoContextHelpWidget( TQWidget* parent = 0, const char* name = 0 );
@@ -264,7 +264,7 @@ class KoContextHelpWidget : public TQWidget
class KoContextHelpDocker : public TQDockWindow
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoContextHelpDocker( TQWidget* parent = 0, const char* name = 0 );