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 /lib/kofficeui/KoRuler.cpp | |
| parent | 35dc3d657c5d486b5233ce8e6ec74bf9656aaedf (diff) | |
| download | koffice-e6cf8874a75a09b279e13f59e78b31804b1d6f83.tar.gz koffice-e6cf8874a75a09b279e13f59e78b31804b1d6f83.zip | |
Update various qt function definitions and static methods for tqt3
Diffstat (limited to 'lib/kofficeui/KoRuler.cpp')
| -rw-r--r-- | lib/kofficeui/KoRuler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficeui/KoRuler.cpp b/lib/kofficeui/KoRuler.cpp index b11b06047..a4cd5709e 100644 --- a/lib/kofficeui/KoRuler.cpp +++ b/lib/kofficeui/KoRuler.cpp @@ -1006,7 +1006,7 @@ double KoRuler::makeIntern( double _v ) void KoRuler::setupMenu() { d->rb_menu = new TQPopupMenu(); - Q_CHECK_PTR( d->rb_menu ); + TQ_CHECK_PTR( d->rb_menu ); for ( uint i = 0 ; i <= KoUnit::U_LASTUNIT ; ++i ) { KoUnit::Unit unit = static_cast<KoUnit::Unit>( i ); |
