diff options
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/skin.cpp | 2 | ||||
| -rw-r--r-- | src/ui/unixdomainsocket.cpp | 20 | ||||
| -rw-r--r-- | src/ui/unixdomainsocket.h | 20 | ||||
| -rw-r--r-- | src/ui/version.h | 20 |
4 files changed, 61 insertions, 1 deletions
diff --git a/src/ui/skin.cpp b/src/ui/skin.cpp index eabbbc09f..422742bb4 100644 --- a/src/ui/skin.cpp +++ b/src/ui/skin.cpp @@ -648,7 +648,7 @@ void Skin::loadRegion() if ( path.isNull () ) { - qDebug ( "Skin: cannot find region.txt. Transparenty disabled" ); + qDebug ( "Skin: cannot find region.txt. Transparency disabled" ); return; } m_mwRegion = createRegion(path, "Normal"); diff --git a/src/ui/unixdomainsocket.cpp b/src/ui/unixdomainsocket.cpp index 5769676be..d499dc1de 100644 --- a/src/ui/unixdomainsocket.cpp +++ b/src/ui/unixdomainsocket.cpp @@ -1,3 +1,23 @@ +/*************************************************************************** + * Copyright (C) 2008 by Ilya Kotov * + * forkotov02@hotmail.ru * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * 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., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ + #include <unistd.h> #include <strings.h> #include <string.h> diff --git a/src/ui/unixdomainsocket.h b/src/ui/unixdomainsocket.h index 37e5a364b..b533fd358 100644 --- a/src/ui/unixdomainsocket.h +++ b/src/ui/unixdomainsocket.h @@ -1,3 +1,23 @@ +/*************************************************************************** + * Copyright (C) 2008 by Ilya Kotov * + * forkotov02@hotmail.ru * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * 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., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ + #ifndef UNIXDOMAINSOCKET_H #define UNIXDOMAINSOCKET_H diff --git a/src/ui/version.h b/src/ui/version.h index a2933b31a..7454f7e93 100644 --- a/src/ui/version.h +++ b/src/ui/version.h @@ -1,3 +1,23 @@ +/*************************************************************************** + * Copyright (C) 2008 by Ilya Kotov * + * forkotov02@hotmail.ru * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * 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., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ + #ifndef _QMMP_VERSION_H #define _QMMP_VERSION_H |
