diff options
Diffstat (limited to 'fifteenapplet/fifteenapplet.cpp')
-rw-r--r-- | fifteenapplet/fifteenapplet.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fifteenapplet/fifteenapplet.cpp b/fifteenapplet/fifteenapplet.cpp index dd350cb..d2ffd9d 100644 --- a/fifteenapplet/fifteenapplet.cpp +++ b/fifteenapplet/fifteenapplet.cpp @@ -93,8 +93,8 @@ PiecesTable::PiecesTable(TQWidget* parent, const char* name ) : QtTableView(parent, name), _activeRow(-1), _activeCol(-1), _randomized(false) { _menu = new TQPopupMenu(this); - _menu->insertItem(i18n("R&andomize Pieces"), this, TQT_SLOT(randomizeMap())); - _menu->insertItem(i18n("&Reset Pieces"), this, TQT_SLOT(resetMap())); + _menu->insertItem(i18n("R&andomize Pieces"), this, TQ_SLOT(randomizeMap())); + _menu->insertItem(i18n("&Reset Pieces"), this, TQ_SLOT(resetMap())); _menu->adjustSize(); // setup table view setFrameStyle(StyledPanel | Sunken); |