diff options
Diffstat (limited to 'konqueror')
-rwxr-xr-x[-rw-r--r--] | konqueror/about/box-centre-konqueror.png | bin | 34202 -> 1089 bytes | |||
-rw-r--r-- | konqueror/about/intro.html | 1 | ||||
-rw-r--r-- | konqueror/about/konq.css | 4 | ||||
-rw-r--r-- | konqueror/about/launch.html | 1 | ||||
-rw-r--r-- | konqueror/about/specs.html | 1 | ||||
-rw-r--r-- | konqueror/about/tips.html | 1 | ||||
-rw-r--r-- | konqueror/about/top-right-konqueror.png | bin | 16195 -> 19771 bytes | |||
-rw-r--r-- | konqueror/iconview/konq_iconview.cc | 6 | ||||
-rw-r--r-- | konqueror/keditbookmarks/toplevel.cpp | 2 | ||||
-rw-r--r-- | konqueror/konq_mainwindow.cc | 2 | ||||
-rw-r--r-- | konqueror/konq_misc.cc | 2 |
11 files changed, 9 insertions, 11 deletions
diff --git a/konqueror/about/box-centre-konqueror.png b/konqueror/about/box-centre-konqueror.png Binary files differindex 2bc6e9fa8..d8dde840f 100644..100755 --- a/konqueror/about/box-centre-konqueror.png +++ b/konqueror/about/box-centre-konqueror.png diff --git a/konqueror/about/intro.html b/konqueror/about/intro.html index a8cfb5af5..efa4d62a9 100644 --- a/konqueror/about/intro.html +++ b/konqueror/about/intro.html @@ -21,6 +21,7 @@ <body> <div id="header"> <div id="headerL"/> + <div id="headerCenter"/> <div id="headerR"/> <div id="title"> diff --git a/konqueror/about/konq.css b/konqueror/about/konq.css index db6983bc1..c76698804 100644 --- a/konqueror/about/konq.css +++ b/konqueror/about/konq.css @@ -6,11 +6,11 @@ } #title { - right: 100px; + right: 140px; } #tagline { - right: 100px; + right: 140px; } #boxCenter { diff --git a/konqueror/about/launch.html b/konqueror/about/launch.html index e9c630a27..6e84049a7 100644 --- a/konqueror/about/launch.html +++ b/konqueror/about/launch.html @@ -21,6 +21,7 @@ <body> <div id="header"> <div id="headerL"/> + <div id="headerCenter"/> <div id="headerR"/> <div id="title"> diff --git a/konqueror/about/specs.html b/konqueror/about/specs.html index b04212067..752c162da 100644 --- a/konqueror/about/specs.html +++ b/konqueror/about/specs.html @@ -21,6 +21,7 @@ <body> <div id="header"> <div id="headerL"/> + <div id="headerCenter"/> <div id="headerR"/> <div id="title"> diff --git a/konqueror/about/tips.html b/konqueror/about/tips.html index 7679d9807..cf4a37862 100644 --- a/konqueror/about/tips.html +++ b/konqueror/about/tips.html @@ -21,6 +21,7 @@ <body> <div id="header"> <div id="headerL"/> + <div id="headerCenter"/> <div id="headerR"/> <div id="title"> diff --git a/konqueror/about/top-right-konqueror.png b/konqueror/about/top-right-konqueror.png Binary files differindex 7c4c5ab58..453de1f6a 100644 --- a/konqueror/about/top-right-konqueror.png +++ b/konqueror/about/top-right-konqueror.png diff --git a/konqueror/iconview/konq_iconview.cc b/konqueror/iconview/konq_iconview.cc index 7ff2db6e9..04b2bfb51 100644 --- a/konqueror/iconview/konq_iconview.cc +++ b/konqueror/iconview/konq_iconview.cc @@ -1051,14 +1051,9 @@ void KonqKfmIconView::slotNewItems( const KFileItemList& entries ) void KonqKfmIconView::slotDeleteItem( KFileItem * _fileitem ) { - // new in 3.5.5 -#ifdef TDEPARTS_BROWSEREXTENSION_HAS_ITEMS_REMOVED KFileItemList list; list.append( _fileitem ); emit m_extension->itemsRemoved( list ); -#else -#error "Your tdelibs doesn't have KParts::BrowserExtension::itemsRemoved, please update it to at least 3.5.5" -#endif if ( _fileitem == m_dirLister->rootItem() ) { @@ -1079,7 +1074,6 @@ void KonqKfmIconView::slotDeleteItem( KFileItem * _fileitem ) m_pIconView->stopImagePreview(); KonqDirPart::deleteItem( _fileitem ); - m_pIconView->takeItem( ivi ); m_mimeTypeResolver->m_lstPendingMimeIconItems.remove( ivi ); m_itemDict.remove( _fileitem ); if (m_paOutstandingOverlays.first() == ivi) // Being processed? diff --git a/konqueror/keditbookmarks/toplevel.cpp b/konqueror/keditbookmarks/toplevel.cpp index 9402e49a0..d5a7c865c 100644 --- a/konqueror/keditbookmarks/toplevel.cpp +++ b/konqueror/keditbookmarks/toplevel.cpp @@ -216,7 +216,7 @@ KEBApp::KEBApp( "Resets the quick search so that all bookmarks are shown again." ) ); resetQuickSearch->plug( quicksearch ); - TQLabel *lbl = new TQLabel(i18n("Se&arch:"), quicksearch, "kde toolbar widget"); + TQLabel *lbl = new TQLabel(i18n("Se&arch:"), quicksearch, "tde toolbar widget"); TDEListViewSearchLine *searchLineEdit = new KEBSearchLine(quicksearch, 0, "TDEListViewSearchLine"); quicksearch->setStretchableWidget(searchLineEdit); diff --git a/konqueror/konq_mainwindow.cc b/konqueror/konq_mainwindow.cc index f7ebf9d6c..ebb708808 100644 --- a/konqueror/konq_mainwindow.cc +++ b/konqueror/konq_mainwindow.cc @@ -4032,7 +4032,7 @@ void KonqMainWindow::initActions() m_paHome->setWhatsThis( i18n( "Navigate to your 'Home Location'<p>" "You can configure the location this button takes you to in the " - "<b>TDE Control Center</b>, under <b>File Manager</b>/<b>Behavior</b>." ) ); + "<b>Trinity Control Center</b>, under <b>File Manager</b>/<b>Behavior</b>." ) ); m_paHome->setToolTip( i18n( "Navigate to your 'Home Location'" ) ); m_paReload->setWhatsThis( i18n( "Reload the currently displayed document<p>" diff --git a/konqueror/konq_misc.cc b/konqueror/konq_misc.cc index b76f44ad2..b2f0ad47f 100644 --- a/konqueror/konq_misc.cc +++ b/konqueror/konq_misc.cc @@ -221,7 +221,7 @@ TQString KonqMisc::konqFilteredURL( TQWidget* parent, const TQString& _url, cons } KonqDraggableLabel::KonqDraggableLabel( KonqMainWindow* mw, const TQString& text ) - : TQLabel( text, 0L, "kde toolbar widget" ) // Use this name for it to be styled! + : TQLabel( text, 0L, "tde toolbar widget" ) // Use this name for it to be styled! , m_mw(mw) { setBackgroundMode( TQt::PaletteButton ); |