~ubuntu-branches/ubuntu/warty/synaptic/warty

« back to all changes in this revision

Viewing changes to wings/rwsourceswindow.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2002-04-04 12:23:30 UTC
  • Revision ID: james.westby@ubuntu.com-20020404122330-il87fkpjajirckb2
Tags: upstream-0.16
ImportĀ upstreamĀ versionĀ 0.16

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef _RWSOURCESWINDOW_H_
 
3
#define _RWSOURCESWINDOW_H_
 
4
 
 
5
#include "rwwindow.h"
 
6
 
 
7
class RWSourcesWindow : public RWWindow {
 
8
   
 
9
public:
 
10
   RWSourcesWindow(RWWindow *parent);
 
11
};
 
12
 
 
13
#endif