diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:22:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:22:01 -0600 |
commit | e5b670cbaceda728b0e0a92e9783aafe263da96e (patch) | |
tree | 0395ef94bdcfe5aa4adae6457c36a7167aa28926 /src/kvilib/tal | |
parent | df86ea75da6b07869c15383cab0cc0d700370b9e (diff) | |
download | kvirc-e5b670cbaceda728b0e0a92e9783aafe263da96e.tar.gz kvirc-e5b670cbaceda728b0e0a92e9783aafe263da96e.zip |
Rename additional global TQt functions
Diffstat (limited to 'src/kvilib/tal')
-rw-r--r-- | src/kvilib/tal/kvi_tal_listview.cpp | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/kvilib/tal/kvi_tal_listview.cpp b/src/kvilib/tal/kvi_tal_listview.cpp index d090fdab..997eda30 100644 --- a/src/kvilib/tal/kvi_tal_listview.cpp +++ b/src/kvilib/tal/kvi_tal_listview.cpp @@ -218,7 +218,7 @@ init(); if (myType == RadioButton) { if (parent->type() != RadioButtonController) - qWarning("KviTalCheckListItem::KviTalCheckListItem(), radio button must be " + tqWarning("KviTalCheckListItem::KviTalCheckListItem(), radio button must be " "child of a controller"); else d->exclusive = parent; @@ -233,7 +233,7 @@ init(); if (myType == RadioButton) { if (parent->type() != RadioButtonController) - qWarning("KviTalCheckListItem::KviTalCheckListItem(), radio button must be " + tqWarning("KviTalCheckListItem::KviTalCheckListItem(), radio button must be " "child of a controller"); else d->exclusive = parent; @@ -246,7 +246,7 @@ { myType = tt; if (myType == RadioButton) { - qWarning("KviTalCheckListItem::KviTalCheckListItem(), radio button must be " + tqWarning("KviTalCheckListItem::KviTalCheckListItem(), radio button must be " "child of a KviTalCheckListItem"); } init(); @@ -258,7 +258,7 @@ { myType = tt; if (myType == RadioButton) { - qWarning("KviTalCheckListItem::KviTalCheckListItem(), radio button must be " + tqWarning("KviTalCheckListItem::KviTalCheckListItem(), radio button must be " "child of a KviTalCheckListItem"); } init(); @@ -270,7 +270,7 @@ { myType = tt; if (tt == RadioButton) - qWarning("KviTalCheckListItem::KviTalCheckListItem(), radio button must be " + tqWarning("KviTalCheckListItem::KviTalCheckListItem(), radio button must be " "child of a KviTalCheckListItem"); init(); } @@ -281,7 +281,7 @@ { myType = tt; if (tt == RadioButton) - qWarning("KviTalCheckListItem::KviTalCheckListItem(), radio button must be " + tqWarning("KviTalCheckListItem::KviTalCheckListItem(), radio button must be " "child of a KviTalCheckListItem"); init(); } @@ -332,7 +332,7 @@ void KviTalCheckListItem::setTristate(bool b) { if ((myType != CheckBoxController) && (myType != CheckBox)) { - qWarning("KviTalCheckListItem::setTristate(), has no effect on RadioButton " + tqWarning("KviTalCheckListItem::setTristate(), has no effect on RadioButton " "or RadioButtonController."); return; } @@ -943,7 +943,7 @@ init(); if ( myType == RadioButton ) { if ( parent->type() != RadioButtonController ) - qWarning( "KviTalCheckListItem::KviTalCheckListItem(), radio button must be " + tqWarning( "KviTalCheckListItem::KviTalCheckListItem(), radio button must be " "child of a controller" ); else d->exclusive = parent; @@ -958,7 +958,7 @@ init(); if ( myType == RadioButton ) { if ( parent->type() != RadioButtonController ) - qWarning( "KviTalCheckListItem::KviTalCheckListItem(), radio button must be " + tqWarning( "KviTalCheckListItem::KviTalCheckListItem(), radio button must be " "child of a controller" ); else d->exclusive = parent; @@ -971,7 +971,7 @@ { myType = tt; if ( myType == RadioButton ) { - qWarning( "KviTalCheckListItem::KviTalCheckListItem(), radio button must be " + tqWarning( "KviTalCheckListItem::KviTalCheckListItem(), radio button must be " "child of a KviTalCheckListItem" ); } init(); @@ -983,7 +983,7 @@ { myType = tt; if ( myType == RadioButton ) { - qWarning( "KviTalCheckListItem::KviTalCheckListItem(), radio button must be " + tqWarning( "KviTalCheckListItem::KviTalCheckListItem(), radio button must be " "child of a KviTalCheckListItem" ); } init(); @@ -995,7 +995,7 @@ { myType = tt; if ( tt == RadioButton ) - qWarning( "KviTalCheckListItem::KviTalCheckListItem(), radio button must be " + tqWarning( "KviTalCheckListItem::KviTalCheckListItem(), radio button must be " "child of a KviTalCheckListItem" ); init(); } @@ -1006,7 +1006,7 @@ { myType = tt; if ( tt == RadioButton ) - qWarning( "KviTalCheckListItem::KviTalCheckListItem(), radio button must be " + tqWarning( "KviTalCheckListItem::KviTalCheckListItem(), radio button must be " "child of a KviTalCheckListItem" ); init(); } @@ -1066,7 +1066,7 @@ void KviTalCheckListItem::setTristate( bool b ) { if ( ( myType != CheckBoxController ) && ( myType != CheckBox ) ) { - qWarning( "KviTalCheckListItem::setTristate(), has no effect on RadioButton " + tqWarning( "KviTalCheckListItem::setTristate(), has no effect on RadioButton " "or RadioButtonController." ); return; } |