diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:29:01 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:29:01 +0000 |
commit | b678e7f967f438e123324c7a34b02388e68d70dc (patch) | |
tree | 5720acc1076baf217f77c48c96f7cabdbab4382b /kcalc/kcalc_button.h | |
parent | 5f5ee2367157176ed223b86343eb0a9e4022e020 (diff) | |
download | tdeutils-b678e7f967f438e123324c7a34b02388e68d70dc.tar.gz tdeutils-b678e7f967f438e123324c7a34b02388e68d70dc.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1158453 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcalc/kcalc_button.h')
-rw-r--r-- | kcalc/kcalc_button.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcalc/kcalc_button.h b/kcalc/kcalc_button.h index 6f103a3..f1a060f 100644 --- a/kcalc/kcalc_button.h +++ b/kcalc/kcalc_button.h @@ -35,7 +35,7 @@ enum ButtonModeFlags {ModeNormal = 0, ModeInverse = 1, ModeHyperbolic = 2}; -class QDomNode; +class TQDomNode; // Each kcalc button can be in one of several modes. // The following class describes label, tooltip etc. for each mode... |