diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-14 21:10:09 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-14 21:10:09 -0600 |
| commit | e6cf8874a75a09b279e13f59e78b31804b1d6f83 (patch) | |
| tree | 73cf4e5dee6ce00c4fa7d32243c322631c50712c /chalk/plugins/tools/defaulttools/kis_tool_line.cc | |
| parent | 35dc3d657c5d486b5233ce8e6ec74bf9656aaedf (diff) | |
| download | koffice-e6cf8874a75a09b279e13f59e78b31804b1d6f83.tar.gz koffice-e6cf8874a75a09b279e13f59e78b31804b1d6f83.zip | |
Update various qt function definitions and static methods for tqt3
Diffstat (limited to 'chalk/plugins/tools/defaulttools/kis_tool_line.cc')
| -rw-r--r-- | chalk/plugins/tools/defaulttools/kis_tool_line.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/plugins/tools/defaulttools/kis_tool_line.cc b/chalk/plugins/tools/defaulttools/kis_tool_line.cc index 243052cfe..960d19f60 100644 --- a/chalk/plugins/tools/defaulttools/kis_tool_line.cc +++ b/chalk/plugins/tools/defaulttools/kis_tool_line.cc @@ -142,7 +142,7 @@ void KisToolLine::buttonRelease(KisButtonReleaseEvent *e) { delete m_painter; m_painter = new KisPainter( device ); - Q_CHECK_PTR(m_painter); + TQ_CHECK_PTR(m_painter); if (m_currentImage->undo()) m_painter->beginTransaction(i18n("Line")); |
