diff options
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... |