diff options
Diffstat (limited to 'kommander/editor/command.h')
-rw-r--r-- | kommander/editor/command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/editor/command.h b/kommander/editor/command.h index 4d1a3aa5..5c84271e 100644 --- a/kommander/editor/command.h +++ b/kommander/editor/command.h @@ -181,7 +181,7 @@ public: private: TQWidget *widget; - TQRect tqgeometry; + TQRect geometry; }; |