summaryrefslogtreecommitdiffstats
path: root/kmymoney2/widgets/kmymoneyedit.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:52 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 15:59:52 -0600
commit8c5a639e214aa9c24ee2cbaec83f428ed46ffa64 (patch)
tree3cd4df65f0a57477130894aef4c5970161853460 /kmymoney2/widgets/kmymoneyedit.h
parentbeb601ba284823aad53b04213fdd7741c4832de5 (diff)
downloadkmymoney-8c5a639e214aa9c24ee2cbaec83f428ed46ffa64.tar.gz
kmymoney-8c5a639e214aa9c24ee2cbaec83f428ed46ffa64.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kmymoney2/widgets/kmymoneyedit.h')
-rw-r--r--kmymoney2/widgets/kmymoneyedit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/widgets/kmymoneyedit.h b/kmymoney2/widgets/kmymoneyedit.h
index a8f3a6f..6acbd1d 100644
--- a/kmymoney2/widgets/kmymoneyedit.h
+++ b/kmymoney2/widgets/kmymoneyedit.h
@@ -56,7 +56,7 @@ class kMyMoneyCalculator;
class kMyMoneyMoneyValidator : public TQDoubleValidator
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
@@ -92,7 +92,7 @@ public:
class kMyMoneyEdit : public TQHBox
{
Q_OBJECT
- TQ_OBJECT
+
TQ_PROPERTY(bool calculatorButtonVisibility READ isCalculatorButtonVisible WRITE setCalculatorButtonVisible);
TQ_PROPERTY(bool resetButtonVisibility READ isResetButtonVisible WRITE setResetButtonVisible);
TQ_PROPERTY(bool allowEmpty READ isEmptyAllowed WRITE setAllowEmpty);