summaryrefslogtreecommitdiffstats
path: root/src/app
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-12 21:59:52 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-12 21:59:52 -0500
commitce3d59a5a336089131c23ae2ffa11b720b8c35ea (patch)
tree26645859ecba334dfbc6be2cdb83bed99e3e2965 /src/app
parent1eac443e690763dd571aec664aba52f6683f9916 (diff)
downloadgwenview-ce3d59a5a336089131c23ae2ffa11b720b8c35ea.tar.gz
gwenview-ce3d59a5a336089131c23ae2ffa11b720b8c35ea.zip
Fix branding issues.
Diffstat (limited to 'src/app')
-rw-r--r--src/app/bookmarkdialog.cpp2
-rw-r--r--src/app/bookmarkdialog.h2
-rw-r--r--src/app/bookmarkowner.cpp2
-rw-r--r--src/app/bookmarkowner.h2
-rw-r--r--src/app/bookmarkviewcontroller.cpp2
-rw-r--r--src/app/bookmarkviewcontroller.h2
-rw-r--r--src/app/configdialog.cpp2
-rw-r--r--src/app/configdialog.h2
-rw-r--r--src/app/dirviewcontroller.cpp2
-rw-r--r--src/app/dirviewcontroller.h2
-rw-r--r--src/app/history.cpp2
-rw-r--r--src/app/history.h2
-rw-r--r--src/app/kipiinterface.cpp2
-rw-r--r--src/app/kipiinterface.h2
-rw-r--r--src/app/main.cpp4
-rw-r--r--src/app/mainwindow.cpp2
-rw-r--r--src/app/mainwindow.h2
-rw-r--r--src/app/testvtabwidget.cpp2
-rw-r--r--src/app/treeview.cpp2
-rw-r--r--src/app/treeview.h2
-rw-r--r--src/app/truncatedtextlabel.h2
-rw-r--r--src/app/vtabwidget.cpp2
-rw-r--r--src/app/vtabwidget.h2
23 files changed, 24 insertions, 24 deletions
diff --git a/src/app/bookmarkdialog.cpp b/src/app/bookmarkdialog.cpp
index 11507df..3fe5aa8 100644
--- a/src/app/bookmarkdialog.cpp
+++ b/src/app/bookmarkdialog.cpp
@@ -1,6 +1,6 @@
// vim: set tabstop=4 shiftwidth=4 noexpandtab
/*
-Gwenview - A simple image viewer for KDE
+Gwenview - A simple image viewer for TDE
Copyright 2000-2004 Aurélien Gâteau
This program is free software; you can redistribute it and/or
diff --git a/src/app/bookmarkdialog.h b/src/app/bookmarkdialog.h
index 9f47cc0..a2a8311 100644
--- a/src/app/bookmarkdialog.h
+++ b/src/app/bookmarkdialog.h
@@ -1,6 +1,6 @@
// vim: set tabstop=4 shiftwidth=4 noexpandtab
/*
-Gwenview - A simple image viewer for KDE
+Gwenview - A simple image viewer for TDE
Copyright 2000-2004 Aurélien Gâteau
This program is free software; you can redistribute it and/or
diff --git a/src/app/bookmarkowner.cpp b/src/app/bookmarkowner.cpp
index 55dc593..e1ea6c9 100644
--- a/src/app/bookmarkowner.cpp
+++ b/src/app/bookmarkowner.cpp
@@ -1,6 +1,6 @@
// vim: set tabstop=4 shiftwidth=4 noexpandtab
/*
-Gwenview - A simple image viewer for KDE
+Gwenview - A simple image viewer for TDE
Copyright 2000-2004 Aurélien Gâteau
This program is free software; you can redistribute it and/or
diff --git a/src/app/bookmarkowner.h b/src/app/bookmarkowner.h
index 87e34a2..93845ac 100644
--- a/src/app/bookmarkowner.h
+++ b/src/app/bookmarkowner.h
@@ -1,6 +1,6 @@
// vim: set tabstop=4 shiftwidth=4 noexpandtab
/*
-Gwenview - A simple image viewer for KDE
+Gwenview - A simple image viewer for TDE
Copyright 2000-2004 Aurélien Gâteau
This program is free software; you can redistribute it and/or
diff --git a/src/app/bookmarkviewcontroller.cpp b/src/app/bookmarkviewcontroller.cpp
index d09156a..fe0d032 100644
--- a/src/app/bookmarkviewcontroller.cpp
+++ b/src/app/bookmarkviewcontroller.cpp
@@ -1,6 +1,6 @@
// vim: set tabstop=4 shiftwidth=4 noexpandtab:
/*
-Gwenview - A simple image viewer for KDE
+Gwenview - A simple image viewer for TDE
Copyright 2005 Aurelien Gateau
This program is free software; you can redistribute it and/or
diff --git a/src/app/bookmarkviewcontroller.h b/src/app/bookmarkviewcontroller.h
index 823341b..e29d64d 100644
--- a/src/app/bookmarkviewcontroller.h
+++ b/src/app/bookmarkviewcontroller.h
@@ -1,6 +1,6 @@
// vim: set tabstop=4 shiftwidth=4 noexpandtab:
/*
-Gwenview - A simple image viewer for KDE
+Gwenview - A simple image viewer for TDE
Copyright 2005 Aurelien Gateau
This program is free software; you can redistribute it and/or
diff --git a/src/app/configdialog.cpp b/src/app/configdialog.cpp
index 3dbdb53..d2a442c 100644
--- a/src/app/configdialog.cpp
+++ b/src/app/configdialog.cpp
@@ -1,7 +1,7 @@
// vim: set tabstop=4 shiftwidth=4 noexpandtab
// kate: indent-mode csands; indent-width 4; replace-tabs-save off; replace-tabs off; replace-trailing-space-save off; space-indent off; tabs-indents on; tab-width 4;
/*
-Gwenview - A simple image viewer for KDE
+Gwenview - A simple image viewer for TDE
Copyright 2000-2004 Aur�ien G�eau
This program is free software; you can redistribute it and/or
diff --git a/src/app/configdialog.h b/src/app/configdialog.h
index 149b763..5e35bcb 100644
--- a/src/app/configdialog.h
+++ b/src/app/configdialog.h
@@ -1,7 +1,7 @@
// vim: set tabstop=4 shiftwidth=4 noexpandtab
// kate: indent-mode csands; indent-width 4; replace-tabs-save off; replace-tabs off; replace-trailing-space-save off; space-indent off; tabs-indents on; tab-width 4;
/*
-Gwenview - A simple image viewer for KDE
+Gwenview - A simple image viewer for TDE
Copyright 2000-2004 Aur�ien G�eau
This program is free software; you can redistribute it and/or
diff --git a/src/app/dirviewcontroller.cpp b/src/app/dirviewcontroller.cpp
index 2bf34f1..15e480b 100644
--- a/src/app/dirviewcontroller.cpp
+++ b/src/app/dirviewcontroller.cpp
@@ -1,7 +1,7 @@
// vim: set tabstop=4 shiftwidth=4 noexpandtab:
// kate: indent-mode csands; indent-width 4; replace-tabs-save off; replace-tabs off; replace-trailing-space-save off; space-indent off; tabs-indents on; tab-width 4;
/*
-Gwenview - A simple image viewer for KDE
+Gwenview - A simple image viewer for TDE
Copyright 2005 Aurelien Gateau
This program is free software; you can redistribute it and/or
diff --git a/src/app/dirviewcontroller.h b/src/app/dirviewcontroller.h
index da2f075..7dd31bd 100644
--- a/src/app/dirviewcontroller.h
+++ b/src/app/dirviewcontroller.h
@@ -1,7 +1,7 @@
// vim: set tabstop=4 shiftwidth=4 noexpandtab:
// kate: indent-mode csands; indent-width 4; replace-tabs-save off; replace-tabs off; replace-trailing-space-save off; space-indent off; tabs-indents on; tab-width 4;
/*
-Gwenview - A simple image viewer for KDE
+Gwenview - A simple image viewer for TDE
Copyright 2005 Aurelien Gateau
This program is free software; you can redistribute it and/or
diff --git a/src/app/history.cpp b/src/app/history.cpp
index e8781f3..74a2a3a 100644
--- a/src/app/history.cpp
+++ b/src/app/history.cpp
@@ -1,6 +1,6 @@
// vim: set tabstop=4 shiftwidth=4 noexpandtab:
/*
-Gwenview - A simple image viewer for KDE
+Gwenview - A simple image viewer for TDE
Copyright 2000-2004 Aurélien Gâteau
Copyright 2003 Tudor Calin
diff --git a/src/app/history.h b/src/app/history.h
index 1fcabcf..006faa5 100644
--- a/src/app/history.h
+++ b/src/app/history.h
@@ -1,6 +1,6 @@
// vim: set tabstop=4 shiftwidth=4 noexpandtab:
/*
-Gwenview - A simple image viewer for KDE
+Gwenview - A simple image viewer for TDE
Copyright 2000-2004 Aurélien Gâteau
Copyright 2003 Tudor Calin
diff --git a/src/app/kipiinterface.cpp b/src/app/kipiinterface.cpp
index f95fe54..e6484f6 100644
--- a/src/app/kipiinterface.cpp
+++ b/src/app/kipiinterface.cpp
@@ -1,6 +1,6 @@
// vim: set tabstop=4 shiftwidth=4 noexpandtab
/*
-Gwenview - A simple image viewer for KDE
+Gwenview - A simple image viewer for TDE
Copyright 2000-2004 Aurélien Gâteau
This program is free software; you can redistribute it and/or
diff --git a/src/app/kipiinterface.h b/src/app/kipiinterface.h
index ff17553..f4c6fa9 100644
--- a/src/app/kipiinterface.h
+++ b/src/app/kipiinterface.h
@@ -1,6 +1,6 @@
// vim: set tabstop=4 shiftwidth=4 noexpandtab
/*
-Gwenview - A simple image viewer for KDE
+Gwenview - A simple image viewer for TDE
Copyright 2000-2004 Aurélien Gâteau
This program is free software; you can redistribute it and/or
diff --git a/src/app/main.cpp b/src/app/main.cpp
index 989bffd..4401193 100644
--- a/src/app/main.cpp
+++ b/src/app/main.cpp
@@ -1,6 +1,6 @@
// vim: set tabstop=4 shiftwidth=4 noexpandtab
/*
-Gwenview - A simple image viewer for KDE
+Gwenview - A simple image viewer for TDE
Copyright 2000-2006 Aurelien Gateau
This program is free software; you can redistribute it and/or
@@ -106,7 +106,7 @@ void applyFilterArgs(KCmdLineArgs* args, FileViewController* controller) {
extern "C"
KDE_EXPORT int kdemain (int argc, char *argv[]) {
KAboutData aboutData("gwenview", I18N_NOOP("Gwenview"),
- version, I18N_NOOP("An image viewer for KDE"), KAboutData::License_GPL,
+ version, I18N_NOOP("An image viewer for TDE"), KAboutData::License_GPL,
"Copyright 2000-2006, The Gwenview developers",0,"http://gwenview.sourceforge.net");
aboutData.addAuthor("Aurélien Gâteau", I18N_NOOP("Main developer"), "aurelien.gateau@free.fr");
aboutData.addAuthor("Luboš Luňák", I18N_NOOP("Developer"), "l.lunak@suse.cz");
diff --git a/src/app/mainwindow.cpp b/src/app/mainwindow.cpp
index 70b42d7..be3782d 100644
--- a/src/app/mainwindow.cpp
+++ b/src/app/mainwindow.cpp
@@ -1,7 +1,7 @@
// vim: set tabstop=4 shiftwidth=4 noexpandtab:
// kate: indent-mode csands; indent-width 4; replace-tabs-save off; replace-tabs off; replace-trailing-space-save off; space-indent off; tabs-indents on; tab-width 4;
/*
-Gwenview - A simple image viewer for KDE
+Gwenview - A simple image viewer for TDE
Copyright 2000-2004 Aur�ien G�eau
This program is free software; you can redistribute it and/or
diff --git a/src/app/mainwindow.h b/src/app/mainwindow.h
index ad9122c..c38fbca 100644
--- a/src/app/mainwindow.h
+++ b/src/app/mainwindow.h
@@ -1,7 +1,7 @@
// vim: set tabstop=4 shiftwidth=4 noexpandtab:
// kate: indent-mode csands; indent-width 4; replace-tabs-save off; replace-tabs off; replace-trailing-space-save off; space-indent off; tabs-indents on; tab-width 4;
/*
-Gwenview - A simple image viewer for KDE
+Gwenview - A simple image viewer for TDE
Copyright 2000-2004 Aur�ien G�eau
This program is free software; you can redistribute it and/or
diff --git a/src/app/testvtabwidget.cpp b/src/app/testvtabwidget.cpp
index c63668a..9491280 100644
--- a/src/app/testvtabwidget.cpp
+++ b/src/app/testvtabwidget.cpp
@@ -1,7 +1,7 @@
// vim: set tabstop=4 shiftwidth=4 noexpandtab:
// kate: indent-mode csands; indent-width 4; replace-tabs-save off; replace-tabs off; replace-trailing-space-save off; space-indent off; tabs-indents on; tab-width 4;
/*
-Gwenview - A simple image viewer for KDE
+Gwenview - A simple image viewer for TDE
Copyright 2005 Aurelien Gateau
This program is free software; you can redistribute it and/or
diff --git a/src/app/treeview.cpp b/src/app/treeview.cpp
index 3ee9e4a..f95ed2a 100644
--- a/src/app/treeview.cpp
+++ b/src/app/treeview.cpp
@@ -1,6 +1,6 @@
// vim: set tabstop=4 shiftwidth=4 noexpandtab:
/*
-Gwenview - A simple image viewer for KDE
+Gwenview - A simple image viewer for TDE
Copyright 2000-2004 Aur�ien G�eau
This program is free software; you can redistribute it and/or
diff --git a/src/app/treeview.h b/src/app/treeview.h
index f084103..99dcf5f 100644
--- a/src/app/treeview.h
+++ b/src/app/treeview.h
@@ -1,6 +1,6 @@
// vim: set tabstop=4 shiftwidth=4 noexpandtab
/*
-Gwenview - A simple image viewer for KDE
+Gwenview - A simple image viewer for TDE
Copyright 2005 Aurelien Gateau
This program is free software; you can redistribute it and/or
diff --git a/src/app/truncatedtextlabel.h b/src/app/truncatedtextlabel.h
index 2351890..082b7b7 100644
--- a/src/app/truncatedtextlabel.h
+++ b/src/app/truncatedtextlabel.h
@@ -1,6 +1,6 @@
// vim: set tabstop=4 shiftwidth=4 noexpandtab:
/*
-Gwenview - A simple image viewer for KDE
+Gwenview - A simple image viewer for TDE
Copyright 2000-2004 Aur�ien G�eau
This program is free software; you can redistribute it and/or
diff --git a/src/app/vtabwidget.cpp b/src/app/vtabwidget.cpp
index 40a1a0a..9e72b86 100644
--- a/src/app/vtabwidget.cpp
+++ b/src/app/vtabwidget.cpp
@@ -1,7 +1,7 @@
// vim: set tabstop=4 shiftwidth=4 noexpandtab:
// kate: indent-mode csands; indent-width 4; replace-tabs-save off; replace-tabs off; replace-trailing-space-save off; space-indent off; tabs-indents on; tab-width 4;
/*
-Gwenview - A simple image viewer for KDE
+Gwenview - A simple image viewer for TDE
Copyright 2005 Aurelien Gateau
This program is free software; you can redistribute it and/or
diff --git a/src/app/vtabwidget.h b/src/app/vtabwidget.h
index c55f456..0c750a4 100644
--- a/src/app/vtabwidget.h
+++ b/src/app/vtabwidget.h
@@ -1,7 +1,7 @@
// vim: set tabstop=4 shiftwidth=4 noexpandtab:
// kate: indent-mode csands; indent-width 4; replace-tabs-save off; replace-tabs off; replace-trailing-space-save off; space-indent off; tabs-indents on; tab-width 4;
/*
-Gwenview - A simple image viewer for KDE
+Gwenview - A simple image viewer for TDE
Copyright 2005 Aurelien Gateau
This program is free software; you can redistribute it and/or