summaryrefslogtreecommitdiffstats
path: root/yakuake/src/tabbed_widget.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:55 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:57:55 -0600
commit11afca150c943623855dcc9512709c34448b35e2 (patch)
tree403caabd840386ecf71c3fdd3a20e78e33be2914 /yakuake/src/tabbed_widget.cpp
parent7d739dcefd17edfd57af2072229178b456a31fbb (diff)
downloadyakuake-11afca150c943623855dcc9512709c34448b35e2.tar.gz
yakuake-11afca150c943623855dcc9512709c34448b35e2.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 7d739dcefd17edfd57af2072229178b456a31fbb.
Diffstat (limited to 'yakuake/src/tabbed_widget.cpp')
-rw-r--r--yakuake/src/tabbed_widget.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/yakuake/src/tabbed_widget.cpp b/yakuake/src/tabbed_widget.cpp
index c5c9b98..7ac982f 100644
--- a/yakuake/src/tabbed_widget.cpp
+++ b/yakuake/src/tabbed_widget.cpp
@@ -210,7 +210,7 @@ void TabbedWidget::interactiveRename(int position)
inline_edit->setText(captions[position]);
inline_edit->setGeometry(width, 0, areas[position], height());
- inline_edit->setAlignment(TQt::AlignHCenter);
+ inline_edit->tqsetAlignment(TQt::AlignHCenter);
inline_edit->setFrame(false);
inline_edit->selectAll();
inline_edit->setFocus();
@@ -381,7 +381,7 @@ void TabbedWidget::setBackgroundPixmap(const TQString & path)
background_image.load(path);
resize(width(), background_image.height());
- repaint();
+ tqrepaint();
}
void TabbedWidget::setSeparatorPixmap(const TQString & path)
@@ -551,7 +551,7 @@ void TabbedWidget::refreshBuffer()
painter.end();
- repaint();
+ tqrepaint();
}
const int TabbedWidget::drawButton(int position, TQPainter& painter)