~ubuntu-branches/ubuntu/gutsy/kde4libs/gutsy

« back to all changes in this revision

Viewing changes to kdeprint/management/smbview.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-02-21 11:00:12 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070221110012-6kw8khr9knv6lmg1
Tags: 3.80.3-0ubuntu1
New upstream unstable release

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <k3listview.h>
24
24
 
25
25
class KProcess;
26
 
class KTempFile;
 
26
class KTemporaryFile;
27
27
 
28
28
class SmbView : public K3ListView
29
29
{
60
60
        KProcess        *m_proc;
61
61
        QString         m_buffer;
62
62
        QString         m_login, m_password;
63
 
        KTempFile       *m_passwdFile;
 
63
        KTemporaryFile  *m_passwdFile;
64
64
        QString         m_wins_server;
65
65
};
66
66