From 33c7d159890b81da8f44ee330a349e3abd553bec Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 25 Sep 2023 12:23:23 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro --- kdesktop/desktop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdesktop/desktop.cpp') diff --git a/kdesktop/desktop.cpp b/kdesktop/desktop.cpp index 9539d8a1e..52e0d0c4a 100644 --- a/kdesktop/desktop.cpp +++ b/kdesktop/desktop.cpp @@ -272,7 +272,7 @@ KDesktop::initRoot() connect( m_pIconView, TQT_SIGNAL( wheelRolled( int ) ), this, TQT_SLOT( slotSwitchDesktops( int ) ) ); - // All the QScrollView/QWidget-specific stuff should go here, so that we can use + // All the QScrollView/TQWidget-specific stuff should go here, so that we can use // another qscrollview/widget instead of the iconview and use the same code m_pIconView->setVScrollBarMode( TQScrollView::AlwaysOff ); m_pIconView->setHScrollBarMode( TQScrollView::AlwaysOff ); -- cgit v1.2.3