diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-09 10:36:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-09 10:36:57 +0900 |
| commit | b53c83209a6b927b27600899a780db1efc985ecb (patch) | |
| tree | 5669b200cf24a8e47338ab2054daf3a58264925f /kppp/docking.cpp | |
| parent | 82b0c5074d73953b9d00fa7b8c17115bb4bc900e (diff) | |
| download | tdenetwork-b53c83209a6b927b27600899a780db1efc985ecb.tar.gz tdenetwork-b53c83209a6b927b27600899a780db1efc985ecb.zip | |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kppp/docking.cpp')
| -rw-r--r-- | kppp/docking.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kppp/docking.cpp b/kppp/docking.cpp index cfb41529..792d80a6 100644 --- a/kppp/docking.cpp +++ b/kppp/docking.cpp @@ -114,12 +114,12 @@ void DockWidget::stop_stats() { void DockWidget::mousePressEvent(TQMouseEvent *e) { // open/close connect-window on right mouse button - if ( e->button() == Qt::LeftButton ) { + if ( e->button() == TQt::LeftButton ) { toggle_window_state(); } // open popup menu on left mouse button - if ( e->button() == Qt::RightButton ) { + if ( e->button() == TQt::RightButton ) { TQString text; if(p_kppp->con_win->isVisible()) text = i18n("Minimize"); |
