summaryrefslogtreecommitdiffstats
path: root/src/kserialview.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:24:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:24:32 -0600
commit1b2c2a6009be36c25b8af30947863fa7cf1f38fc (patch)
treefa0558a548c73c592c87238767c2a91f86c9dfcd /src/kserialview.h
parentfddc4a34b24264dcd0d7c28218d31fe0b0a3b335 (diff)
downloadkpicosim-1b2c2a6009be36c25b8af30947863fa7cf1f38fc.tar.gz
kpicosim-1b2c2a6009be36c25b8af30947863fa7cf1f38fc.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/kserialview.h')
-rwxr-xr-xsrc/kserialview.h2
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() {} ;