summaryrefslogtreecommitdiffstats
path: root/src/kscratchpadview.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:00:43 -0600
commit08c6ddb04bc1febeedd0f76aff43ea2a6397234c (patch)
tree0d8c0fa5412f0b643be313d9a3e14b7055648908 /src/kscratchpadview.h
parent4708fa52763ff84b9391e9038b3c5e6e17a75aaa (diff)
downloadkpicosim-08c6ddb04bc1febeedd0f76aff43ea2a6397234c.tar.gz
kpicosim-08c6ddb04bc1febeedd0f76aff43ea2a6397234c.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/kscratchpadview.h')
-rwxr-xr-xsrc/kscratchpadview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kscratchpadview.h b/src/kscratchpadview.h
index dbc8e0f..fd990af 100755
--- a/src/kscratchpadview.h
+++ b/src/kscratchpadview.h
@@ -26,7 +26,7 @@
class KScratchpadView : public KToolBar
{
Q_OBJECT
- TQ_OBJECT
+
public:
KScratchpadView(TQWidget *parent = 0, const char *name = 0);
~KScratchpadView();