summaryrefslogtreecommitdiffstats
path: root/src/katemdi.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:01:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:01:05 -0600
commita0fd5320de07548880320658c17501c54c8a3beb (patch)
tree51c91423ca7a76595041cb7d7206180992c4b914 /src/katemdi.h
parent5f338f4e81e145e4c0e1471ef7a8eabcdf7a275f (diff)
downloadktechlab-a0fd5320de07548880320658c17501c54c8a3beb.tar.gz
ktechlab-a0fd5320de07548880320658c17501c54c8a3beb.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/katemdi.h')
-rw-r--r--src/katemdi.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/katemdi.h b/src/katemdi.h
index e886acd..ec42c8d 100644
--- a/src/katemdi.h
+++ b/src/katemdi.h
@@ -36,7 +36,7 @@ namespace KateMDI {
class Splitter : public TQSplitter
{
Q_OBJECT
- TQ_OBJECT
+
public:
Splitter(Qt::Orientation o, TQWidget* parent=0, const char* name=0);
@@ -56,7 +56,7 @@ class Splitter : public TQSplitter
class ToggleToolViewAction : public KToggleAction
{
Q_OBJECT
- TQ_OBJECT
+
public:
ToggleToolViewAction ( const TQString& text, const KShortcut& cut,
@@ -75,7 +75,7 @@ class ToggleToolViewAction : public KToggleAction
class GUIClient : public TQObject, public KXMLGUIClient
{
Q_OBJECT
- TQ_OBJECT
+
public:
GUIClient ( class MainWindow *mw );
@@ -94,7 +94,7 @@ class GUIClient : public TQObject, public KXMLGUIClient
class ToolView : public TQVBox
{
Q_OBJECT
- TQ_OBJECT
+
friend class Sidebar;
friend class MainWindow;
@@ -169,7 +169,7 @@ class ToolView : public TQVBox
class Sidebar : public KMultiTabBar
{
Q_OBJECT
- TQ_OBJECT
+
public:
Sidebar (KMultiTabBar::KMultiTabBarPosition pos, class MainWindow *mainwin, TQWidget *parent);
@@ -245,7 +245,7 @@ class Sidebar : public KMultiTabBar
class MainWindow : public KParts::MainWindow
{
Q_OBJECT
- TQ_OBJECT
+
friend class ToolView;