summaryrefslogtreecommitdiffstats
path: root/src/gui/itemselector.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/gui/itemselector.h
parent5f338f4e81e145e4c0e1471ef7a8eabcdf7a275f (diff)
downloadktechlab-a0fd5320de07548880320658c17501c54c8a3beb.tar.gz
ktechlab-a0fd5320de07548880320658c17501c54c8a3beb.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/gui/itemselector.h')
-rw-r--r--src/gui/itemselector.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/itemselector.h b/src/gui/itemselector.h
index d0fd691..2b327bf 100644
--- a/src/gui/itemselector.h
+++ b/src/gui/itemselector.h
@@ -58,7 +58,7 @@ class ILVItem : public TQObject, public KListViewItem
class ItemSelector : public KListView
{
Q_OBJECT
- TQ_OBJECT
+
public:
ItemSelector( TQWidget *parent, const char *name );
~ItemSelector();
@@ -122,7 +122,7 @@ class ItemSelector : public KListView
class ComponentSelector : public ItemSelector
{
Q_OBJECT
- TQ_OBJECT
+
public:
static ComponentSelector * self( KateMDI::ToolView * parent = 0l );
static TQString toolViewIdentifier() { return "ComponentSelector"; }
@@ -140,7 +140,7 @@ class ComponentSelector : public ItemSelector
class FlowPartSelector : public ItemSelector
{
Q_OBJECT
- TQ_OBJECT
+
public:
static FlowPartSelector * self( KateMDI::ToolView * parent = 0l );
static TQString toolViewIdentifier() { return "FlowPartSelector"; }
@@ -157,7 +157,7 @@ class FlowPartSelector : public ItemSelector
class MechanicsSelector : public ItemSelector
{
Q_OBJECT
- TQ_OBJECT
+
public:
static MechanicsSelector * self( KateMDI::ToolView * parent = 0l );
static TQString toolViewIdentifier() { return "MechanicsSelector"; }