diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-07 21:14:38 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-07 21:14:38 -0600 |
commit | dfd243f9962707d400230be672fca354267d4bc6 (patch) | |
tree | 886fde49015a8ccc95d27e3de46d3307216a7764 /noatun-plugins/oblique | |
parent | bdc29cf03f37d2e8fb0bbf7d586e84fdc492ca3e (diff) | |
download | tdeaddons-dfd243f9962707d400230be672fca354267d4bc6.tar.gz tdeaddons-dfd243f9962707d400230be672fca354267d4bc6.zip |
Rename additional members for tqt3
Diffstat (limited to 'noatun-plugins/oblique')
-rw-r--r-- | noatun-plugins/oblique/cmodule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun-plugins/oblique/cmodule.cpp b/noatun-plugins/oblique/cmodule.cpp index 48dbca2..f39f258 100644 --- a/noatun-plugins/oblique/cmodule.cpp +++ b/noatun-plugins/oblique/cmodule.cpp @@ -363,7 +363,7 @@ void SchemaConfig::editValueRegexp() { KRegExpEditorInterface *iface = static_cast<KRegExpEditorInterface*>( - mRegexpEditor->qt_cast( "KRegExpEditorInterface") + mRegexpEditor->tqt_cast( "KRegExpEditorInterface") ); iface->setRegExp(mValueEdit->text()); |