summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KoAutoFormat.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:47:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:47:17 -0600
commit338af5d52cf033dd699e3fb1595c36036c2ffc0b (patch)
tree6ff81e02c67ad66f528cc634a8db2a06734bc3a3 /lib/kotext/KoAutoFormat.cpp
parentea720a87cc64cfc09e53ff48303de43b4df1fb01 (diff)
downloadkoffice-338af5d52cf033dd699e3fb1595c36036c2ffc0b.tar.gz
koffice-338af5d52cf033dd699e3fb1595c36036c2ffc0b.zip
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'lib/kotext/KoAutoFormat.cpp')
-rw-r--r--lib/kotext/KoAutoFormat.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kotext/KoAutoFormat.cpp b/lib/kotext/KoAutoFormat.cpp
index 1a3c5245..b6268a76 100644
--- a/lib/kotext/KoAutoFormat.cpp
+++ b/lib/kotext/KoAutoFormat.cpp
@@ -148,7 +148,7 @@ KoAutoFormat::KoAutoFormat( KoDocument *_doc, KoVariableCollection *_varCollecti
m_typographicDoubleQuotes(),
m_typographicDefaultDoubleQuotes(),
m_typographicDefaultSimpleQuotes(),
- m_listCompletion( new KCompletion ),
+ m_listCompletion( new TDECompletion ),
m_entries(17,false),
m_allLanguages(17,false),
m_superScriptEntries(),
@@ -218,7 +218,7 @@ KoAutoFormat::KoAutoFormat( const KoAutoFormat& format )
m_completionBox(0),
m_keyCompletionAction( format.m_keyCompletionAction )
{
- //m_listCompletion=new KCompletion();
+ //m_listCompletion=new TDECompletion();
//m_listCompletion->setItems( autoFormat.listCompletion() );
//copyAutoFormatEntries( autoFormat );
}