summaryrefslogtreecommitdiffstats
path: root/src/sidebars.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-21 14:03:51 -0600
committerTimothy Pearson <[email protected]>2011-12-21 14:03:51 -0600
commit6092f8e6078f2b4cd70a34a6fe44bb1f98e5305b (patch)
treed6f4950cdaf23a3af983eb6e19147b8bddc257bf /src/sidebars.h
parentb651b3b01b24418d0e6387870d9758a61d7bd9ff (diff)
downloaddolphin-6092f8e6078f2b4cd70a34a6fe44bb1f98e5305b.tar.gz
dolphin-6092f8e6078f2b4cd70a34a6fe44bb1f98e5305b.zip
Rename obsolete tq methods to standard names
Diffstat (limited to 'src/sidebars.h')
-rw-r--r--src/sidebars.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sidebars.h b/src/sidebars.h
index 5c11461..e1da72f 100644
--- a/src/sidebars.h
+++ b/src/sidebars.h
@@ -57,7 +57,7 @@ class leftSidebar : public TQWidget
TQComboBox* m_pagesSelector;
SidebarPage* m_page;
- TQVBoxLayout* m_tqlayout;
+ TQVBoxLayout* m_layout;
};
class rightSidebar : public TQWidget
@@ -86,7 +86,7 @@ class rightSidebar : public TQWidget
TQComboBox* m_pagesSelector;
SidebarPage* m_page;
- TQVBoxLayout* m_tqlayout;
+ TQVBoxLayout* m_layout;
};
#endif // _SIDEBARS_H_