commit before renaming

This commit is contained in:
arcan1s
2014-09-02 22:49:17 +04:00
parent bc8aadc17b
commit 4164c7fe04
57 changed files with 89 additions and 10124 deletions

View File

@ -1,18 +1,18 @@
/***************************************************************************
* This file is part of pytextmonitor *
* This file is part of awesome-widgets *
* *
* pytextmonitor is free software: you can redistribute it and/or *
* awesome-widgets 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 3 of the *
* License, or (at your option) any later version. *
* *
* pytextmonitor is distributed in the hope that it will be useful, *
* awesome-widgets 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 pytextmonitor. If not, see http://www.gnu.org/licenses/ *
* along with awesome-widgets. If not, see http://www.gnu.org/licenses/ *
***************************************************************************/
#include "awesome-widget.h"
@ -39,7 +39,7 @@ AwesomeWidget::AwesomeWidget(QObject *parent, const QVariantList &args)
{
// debug
QProcessEnvironment environment = QProcessEnvironment::systemEnvironment();
QString debugEnv = environment.value(QString("PTM_DEBUG"), QString("no"));
QString debugEnv = environment.value(QString("DEBUG"), QString("no"));
if (debugEnv == QString("yes"))
debug = true;
else
@ -380,4 +380,4 @@ void AwesomeWidget::showReadme()
}
K_EXPORT_PLASMA_APPLET(ptm-awesome-widget, AwesomeWidget)
K_EXPORT_PLASMA_APPLET(awesome-widget, AwesomeWidget)