~ubuntu-core-dev/synaptic/ubuntu

« back to all changes in this revision

Viewing changes to gtk/rgterminstallprogress.h

  • Committer: Michael Vogt
  • Date: 2010-12-13 10:14:40 UTC
  • mfrom: (1529.25.34 trunk)
  • Revision ID: michael.vogt@ubuntu.com-20101213101440-qxb1hccirxb6g4p4
merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#include <vte/vte.h>
34
34
#include <vte/reaper.h>
35
35
 
36
 
class RGTermInstallProgress : public RInstallProgress, public RGGladeWindow {
 
36
class RGTermInstallProgress : public RInstallProgress, public RGGtkBuilderWindow {
37
37
  GtkWidget *_term;
38
38
  GtkWidget *_scrollbar;
39
39
  GtkWidget *_statusL;