summaryrefslogtreecommitdiffstats
path: root/konqueror
diff options
context:
space:
mode:
Diffstat (limited to 'konqueror')
-rw-r--r--konqueror/ChangeLog2
-rw-r--r--konqueror/Makefile.am4
-rw-r--r--konqueror/iconview/konq_iconview.cc2
-rw-r--r--konqueror/konq_combo.cc2
-rw-r--r--konqueror/konq_extensionmanager.h2
-rw-r--r--konqueror/listview/konq_listviewwidget.cc2
-rw-r--r--konqueror/quickprint/TODO2
7 files changed, 8 insertions, 8 deletions
diff --git a/konqueror/ChangeLog b/konqueror/ChangeLog
index 438da0d69..392cccdb0 100644
--- a/konqueror/ChangeLog
+++ b/konqueror/ChangeLog
@@ -424,7 +424,7 @@ Sat Nov 25 17:38:27 2000 Carsten Pfeiffer <pfeiffer@kde.org>
1999-02-09 David Faure <faure@kde.org>
- * Source imported in kdebase/konqueror
+ * Source imported in tdebase/konqueror
1999-01-25 Torben Weis <weis@kde.org>
diff --git a/konqueror/Makefile.am b/konqueror/Makefile.am
index 502622344..3d723a6bb 100644
--- a/konqueror/Makefile.am
+++ b/konqueror/Makefile.am
@@ -54,8 +54,8 @@ konqueror_la_LIBADD = ../libkonq/libkonq.la libkonqueror_intern.la $(LIBMALLOC)
# Hmm, this experiment of a static konq failed, don't trust it...
# (but feel free to fix it :)
-# Note that you need to --enable-debug in kdelibs and kdebase,
-# then make clean ; make install in kdelibs and libkonq,
+# Note that you need to --enable-debug in tdelibs and tdebase,
+# then make clean ; make install in tdelibs and libkonq,
# and make clean ; make konqueror_static in here.
#check_PROGRAMS = konqueror_static
#
diff --git a/konqueror/iconview/konq_iconview.cc b/konqueror/iconview/konq_iconview.cc
index 975376cb6..7947c82ac 100644
--- a/konqueror/iconview/konq_iconview.cc
+++ b/konqueror/iconview/konq_iconview.cc
@@ -1022,7 +1022,7 @@ void KonqKfmIconView::slotDeleteItem( KFileItem * _fileitem )
list.append( _fileitem );
emit m_extension->itemsRemoved( list );
#else
-#error "Your kdelibs doesn't have KParts::BrowserExtension::itemsRemoved, please update it to at least 3.5.5"
+#error "Your tdelibs doesn't have KParts::BrowserExtension::itemsRemoved, please update it to at least 3.5.5"
#endif
if ( _fileitem == m_dirLister->rootItem() )
diff --git a/konqueror/konq_combo.cc b/konqueror/konq_combo.cc
index e08074206..3d1a1003f 100644
--- a/konqueror/konq_combo.cc
+++ b/konqueror/konq_combo.cc
@@ -448,7 +448,7 @@ void KonqCombo::selectWord(TQKeyEvent *e)
int pos_old = pos;
int count = 0;
- // TODO: make these a parameter when in kdelibs/tdeui...
+ // TODO: make these a parameter when in tdelibs/tdeui...
TQValueList<TQChar> chars;
chars << TQChar('/') << TQChar('.') << TQChar('?') << TQChar('#') << TQChar(':');
bool allow_space_break = true;
diff --git a/konqueror/konq_extensionmanager.h b/konqueror/konq_extensionmanager.h
index 7ecc88b3b..ac1f466b3 100644
--- a/konqueror/konq_extensionmanager.h
+++ b/konqueror/konq_extensionmanager.h
@@ -25,7 +25,7 @@ class KonqMainWindow;
namespace KParts { class ReadOnlyPart; }
/**
- * Extension Manager for Konqueror. See KPluginSelector in kdelibs for
+ * Extension Manager for Konqueror. See KPluginSelector in tdelibs for
* documentation.
*
* @author Martijn Klingens <klingens@kde.org>
diff --git a/konqueror/listview/konq_listviewwidget.cc b/konqueror/listview/konq_listviewwidget.cc
index b72586f8f..97bddf559 100644
--- a/konqueror/listview/konq_listviewwidget.cc
+++ b/konqueror/listview/konq_listviewwidget.cc
@@ -1283,7 +1283,7 @@ void KonqBaseListViewWidget::slotDeleteItem( KFileItem * _fileitem )
list.append( _fileitem );
emit m_pBrowserView->extension()->itemsRemoved( list );
#else
-#error "Your kdelibs doesn't have KParts::BrowserExtension::itemsRemoved, please update it to at least 3.5.5"
+#error "Your tdelibs doesn't have KParts::BrowserExtension::itemsRemoved, please update it to at least 3.5.5"
#endif
iterator it = begin();
diff --git a/konqueror/quickprint/TODO b/konqueror/quickprint/TODO
index 511114aa9..d858e8db6 100644
--- a/konqueror/quickprint/TODO
+++ b/konqueror/quickprint/TODO
@@ -1,7 +1,7 @@
- make small programms to print the files and other data better
- printing text
- you can enable for example syntaxhighlighting
- - printing pictures (I think that can go than to the kdegraphics package)
+ - printing pictures (I think that can go than to the tdegraphics package)
- set the position of the picture on the site and something like that
- printing html (homepges)
- print the html code like for the textprinting