diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 16:02:03 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 16:02:03 -0600 |
commit | 2c41020a9f717093fa442a9408b2078fb93a10ca (patch) | |
tree | 490e5167922b58357d82e91fca9c15a0418eca1a /client/crystalbutton.h | |
parent | e55c88cf5558d99d16825f6df97e24681d2cef45 (diff) | |
download | twin-style-crystal-2c41020a9f717093fa442a9408b2078fb93a10ca.tar.gz twin-style-crystal-2c41020a9f717093fa442a9408b2078fb93a10ca.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'client/crystalbutton.h')
-rw-r--r-- | client/crystalbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/crystalbutton.h b/client/crystalbutton.h index 26c8024..467e7fe 100644 --- a/client/crystalbutton.h +++ b/client/crystalbutton.h @@ -31,7 +31,7 @@ class ButtonImage; class CrystalButton : public TQButton { Q_OBJECT - TQ_OBJECT + public: CrystalButton(CrystalClient *parent=0, const char *name=0, |