diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:24:32 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:24:32 -0600 |
commit | 1b2c2a6009be36c25b8af30947863fa7cf1f38fc (patch) | |
tree | fa0558a548c73c592c87238767c2a91f86c9dfcd /src/kserialview.h | |
parent | fddc4a34b24264dcd0d7c28218d31fe0b0a3b335 (diff) | |
download | kpicosim-1b2c2a6009be36c25b8af30947863fa7cf1f38fc.tar.gz kpicosim-1b2c2a6009be36c25b8af30947863fa7cf1f38fc.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/kserialview.h')
-rwxr-xr-x | src/kserialview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kserialview.h b/src/kserialview.h index 54f3e94..d43565a 100755 --- a/src/kserialview.h +++ b/src/kserialview.h @@ -40,7 +40,7 @@ class KSerialWindow : public KTextEdit setWrapColumnOrWidth( 80 ) ; // Serial window is a terminal setWrapPolicy( TQTextEdit::Anywhere ) ; setWordWrap( TQTextEdit::FixedColumnWidth ) ; - setFont( KGlobalSettings::fixedFont() ) ; // Use default fixed font + setFont( TDEGlobalSettings::fixedFont() ) ; // Use default fixed font } virtual ~KSerialWindow() {} ; |