summaryrefslogtreecommitdiffstats
path: root/src/sidebars.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-18 18:08:27 -0600
committerTimothy Pearson <[email protected]>2011-12-18 18:08:27 -0600
commit33ca3afe641f5cb46cda167f2c6700747ee0c06f (patch)
tree6959395459482c23b5c068e1b9988ce97f4f8340 /src/sidebars.h
parentb45817ccac7985d286c754b95f40eda5e105efda (diff)
downloaddolphin-33ca3afe641f5cb46cda167f2c6700747ee0c06f.tar.gz
dolphin-33ca3afe641f5cb46cda167f2c6700747ee0c06f.zip
Rename old tq methods that no longer need a unique name
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 7e65f20..5c11461 100644
--- a/src/sidebars.h
+++ b/src/sidebars.h
@@ -40,7 +40,7 @@ class leftSidebar : public TQWidget
leftSidebar(TQWidget* parent);
virtual ~leftSidebar();
- virtual TQSize tqsizeHint() const;
+ virtual TQSize sizeHint() const;
signals:
/**
@@ -69,7 +69,7 @@ class rightSidebar : public TQWidget
rightSidebar(TQWidget* parent);
virtual ~rightSidebar();
- virtual TQSize tqsizeHint() const;
+ virtual TQSize sizeHint() const;
signals:
/**