diff options
Diffstat (limited to 'lib/kofficecore/KoFrame.h')
| -rw-r--r-- | lib/kofficecore/KoFrame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/KoFrame.h b/lib/kofficecore/KoFrame.h index fbb40bbbd..77b3d1c35 100644 --- a/lib/kofficecore/KoFrame.h +++ b/lib/kofficecore/KoFrame.h @@ -32,7 +32,7 @@ class KoFrame : public TQWidget public: enum State { Inactive, Selected, Active }; - KoFrame( TQWidget *tqparent, const char *name = 0 ); + KoFrame( TQWidget *parent, const char *name = 0 ); virtual ~KoFrame(); virtual void setView( KoView *view ); |
