~ubuntu-branches/ubuntu/trusty/juk/trusty

« back to all changes in this revision

Viewing changes to scrobbleconfigdlg.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-03-19 10:35:12 UTC
  • mfrom: (1.2.17)
  • Revision ID: package-import@ubuntu.com-20140319103512-d30495jqmf3s5r8a
Tags: 4:4.12.90-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/***************************************************************************
2
 
    begin                : Tue Feb 23 2012
3
 
    copyright            : (C) 2012 by Martin Sandsmark
4
 
    email                : martin.sandsmark@kde.org
5
 
***************************************************************************/
6
 
 
7
 
/***************************************************************************
8
 
 *                                                                         *
9
 
 *   This program is free software; you can redistribute it and/or modify  *
10
 
 *   it under the terms of the GNU General Public License as published by  *
11
 
 *   the Free Software Foundation; either version 2 of the License, or     *
12
 
 *   (at your option) any later version.                                   *
13
 
 *                                                                         *
14
 
 ***************************************************************************/
 
1
/**
 
2
 * Copyright (C) 2012 Martin Sandsmark <martin.sandsmark@kde.org>
 
3
 *
 
4
 * This program is free software; you can redistribute it and/or modify it under
 
5
 * the terms of the GNU General Public License as published by the Free Software
 
6
 * Foundation; either version 2 of the License, or (at your option) any later
 
7
 * version.
 
8
 *
 
9
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY
 
10
 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
11
 * PARTICULAR PURPOSE. See the GNU General Public License for more details.
 
12
 *
 
13
 * You should have received a copy of the GNU General Public License along with
 
14
 * this program.  If not, see <http://www.gnu.org/licenses/>.
 
15
 */
15
16
 
16
17
#ifndef SCROBBLESETTINGS_H
17
18
#define SCROBBLESETTINGS_H
27
28
    Q_OBJECT
28
29
public:
29
30
    explicit ScrobbleConfigDlg(QWidget* parent = 0, Qt::WindowFlags f = 0);
30
 
    
 
31
 
31
32
private slots:
32
33
    void testLogin();
33
34
    void validLogin();
34
35
    void invalidLogin();
35
36
    void save();
36
37
    void valuesChanged();
37
 
    
 
38
 
38
39
private:
39
40
    KLineEdit *m_usernameEdit;
40
41
    KLineEdit *m_passwordEdit;
42
43
    QLabel *m_testFeedbackLabel;
43
44
};
44
45
 
45
 
#endif//SCROBBLESETTINGS_H
 
 
b'\\ No newline at end of file'
 
46
#endif//SCROBBLESETTINGS_H