diff options
| author | 2008-09-25 20:29:42 +0000 | |
|---|---|---|
| committer | 2008-09-25 20:29:42 +0000 | |
| commit | e5bee4d31b2c198c6c5f33fe6046425c84b067c9 (patch) | |
| tree | c16a5167a49f96d519b7ea1466d66c835e951124 /src/modules/objects | |
| parent | update win projects + some compilation fixes (diff) | |
| download | KVIrc-e5bee4d31b2c198c6c5f33fe6046425c84b067c9.tar.gz KVIrc-e5bee4d31b2c198c6c5f33fe6046425c84b067c9.tar.bz2 KVIrc-e5bee4d31b2c198c6c5f33fe6046425c84b067c9.zip | |
removed some old references to qt3
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2571 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects')
| -rw-r--r-- | src/modules/objects/class_multilineedit.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/objects/class_multilineedit.cpp b/src/modules/objects/class_multilineedit.cpp index c6ca43950..e924d5e7b 100644 --- a/src/modules/objects/class_multilineedit.cpp +++ b/src/modules/objects/class_multilineedit.cpp @@ -1139,8 +1139,7 @@ bool KviKvsObject_textedit::functionloadFile(KviKvsObjectFunctionCall * c) QTextStream ts( &file ); QString txt = ts.readAll(); - //if ( !Q3StyleSheet::mightBeRichText( txt ) ) - //txt = Q3StyleSheet::convertFromPlainText( txt, Q3StyleSheetItem::WhiteSpacePre ); + //settext tries to understand if the text is html or plain ((QTextEdit *)widget())->setText( txt ); file.close(); |
