┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/pixmapviewer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pixmapviewer.cpp')
-rw-r--r--src/pixmapviewer.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/pixmapviewer.cpp b/src/pixmapviewer.cpp
index ae739cf43..798771078 100644
--- a/src/pixmapviewer.cpp
+++ b/src/pixmapviewer.cpp
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the *
* Free Software Foundation, Inc., *
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA *
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA *
***************************************************************************/
#include "pixmapviewer.h"
@@ -28,15 +28,14 @@
#include <QPaintEvent>
PixmapViewer::PixmapViewer(QWidget* parent) :
- QWidget(parent)
+ QWidget(parent)
{
setMinimumWidth(K3Icon::SizeEnormous);
setMinimumWidth(K3Icon::SizeEnormous);
}
PixmapViewer::~PixmapViewer()
-{
-}
+{}
void PixmapViewer::setPixmap(const QPixmap& pixmap)
{