diff options
Diffstat (limited to 'src/viewstack.h')
-rw-r--r-- | src/viewstack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/viewstack.h b/src/viewstack.h index 0a73e01..ac0701a 100644 --- a/src/viewstack.h +++ b/src/viewstack.h @@ -30,7 +30,7 @@ Q_OBJECT TQ_OBJECT public: - ViewStack(TQWidget* tqparent, const char* name = 0); + ViewStack(TQWidget* parent, const char* name = 0); EntryView* entryView() const { return m_entryView; } EntryIconView* iconView() const { return m_iconView; } |