summaryrefslogtreecommitdiffstats
path: root/libtdegames/kgamelcd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libtdegames/kgamelcd.cpp')
-rw-r--r--libtdegames/kgamelcd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdegames/kgamelcd.cpp b/libtdegames/kgamelcd.cpp
index cf079a15..fc814f18 100644
--- a/libtdegames/kgamelcd.cpp
+++ b/libtdegames/kgamelcd.cpp
@@ -217,7 +217,7 @@ void KGameLCDList::init(const TQString &title)
top->setColStretch(1, 1);
_title = new TQLabel(title, this);
- _title->tqsetAlignment(AlignCenter);
+ _title->setAlignment(AlignCenter);
top->addMultiCellWidget(_title, 0, 0, 0, 1, AlignCenter);
}